Html Css Color HEX #A604CF Dark Violet

📋 copy color: '#A604CF'

red 166 ◦ green 4 ◦ blue 207

#A604CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A604CF

Tints of Dark Violet #A604CF

RGB

 RED value IS 166 (65.23% from 255) = 44.03%

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 44.03%
G = 1.06%
B = 54.91%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A604CF (or 0xA604CF) is known color: Dark Violet. HEX triplet: A6, 04 and CF. RGB value is (166,4,207). Sum of RGB (Red+Green+Blue) = 166+4+207=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #A604CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604CF is #59FB30. Grayscale: #4A4A4A. Windows color (decimal): -5897009 or 13567142. OLE color: 13567142.

HSL color Cylindrical-coordinate representation of color #A604CF: hue angle of 287.88º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604CF is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 4 207 -
CMYK 0.20 0.98 0 0.19
HSL 287.88º 0.96% 0.41% -
HSV(B) 287.88º 0.98% 0.81% -
XYZ 27.03 12.7 60.06 -
YUV 75.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 166 4 207 0.20 0.98 0 0.19 287.88 0.96 0.41
Hex A6 4 CF 14 62 0 13 120 60 29
Octal 246 4 317 24 142 0 23 440 140 51
Binary 10100110 100 11001111 10100 1100010 0 10011 100100000 1100000 101001

Color Harmonies of #A604CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604CF

Black with #A604CF

Text Example


Text Example

White with #A604CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604CF; }

 p { color: rgb(166,4,207); }

 H1.HeaderClassName
 {
   color: #A604CF;
 }
 .AnyTagClassName
 {
   color: #A604CF;
 }
</style>

background-color css

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

 a { background-color: rgb(166,4,207); }

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

border-color css

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

 span { border-color: rgb(166,4,207); }

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