#A742F6

Color #A742F6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A742F6

Tints of Blue Violet #A742F6

Color information

#A742F6 (or 0xA742F6) is unknown color: approx Blue Violet. HEX triplet: A7, 42 and F6. RGB value is (167,66,246). Sum of RGB (Red+Green+Blue) = 167+66+246=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #A742F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A742F6 is #58BD09. Grayscale: #747474. Windows color (decimal): -5815562 or 16138919. OLE color: 16138919.

HSL color Cylindrical-coordinate representation of color #A742F6: hue angle of 273.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A742F6 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16766246-
CMYK0.320.7300.04
HSL273.67º90.91%61.18%-
HSV(B)273.67º73.17%96.47%-
XYZ34.5218.7788.99-
YUV116.72200.96163.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 66 (26.17% from 255) = 13.78%
BLUE value IS 246 (96.48% from 255) = 51.36%
R=34.86%
G=13.78%
B=51.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal167662460.320.7300.04273.6790.9161.18
HexA742F62049041125b3d
Octal247102366401110442213375
Binary10100111100001011110110100000100100101001000100101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A742F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A742F6; }

 p { color: rgb(167,66,246); }

 H1.HeaderClassName
 {
   color: #A742F6;
 }
 .AnyTagClassName
 {
   color: #A742F6;
 }
</style>
background-color css

<style>
 a { background-color: #A742F6; }

 a { background-color: rgb(167,66,246); }

 div.DivClassName
 {
   background-color: #A742F6;
 }
 .BgClassName
 {
   background-color: #A742F6;
 }
</style>
border-color css

<style>
 span { border-color: #A742F6; }

 span { border-color: rgb(167,66,246); }

 td.TdClassName
 {
   border-color: #A742F6;
 }
 .TagClassName
 {
   border-color: #A742F6;
 }
</style>