Html Css Color HEX #A407CE Dark Violet

📋 copy color: '#A407CE'

red 164 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #A407CE

Tints of Dark Violet #A407CE

RGB

 RED value IS 164 (64.45% from 255) = 43.5%

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 43.5%
G = 1.86%
B = 54.64%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A407CE (or 0xA407CE) is known color: Dark Violet. HEX triplet: A4, 07 and CE. RGB value is (164,7,206). Sum of RGB (Red+Green+Blue) = 164+7+206=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #A407CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407CE is #5BF831. Grayscale: #4B4B4B. Windows color (decimal): -6027314 or 13502372. OLE color: 13502372.

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

Color convert

RGB 164 7 206 -
CMYK 0.20 0.97 0 0.19
HSL 287.34º 0.93% 0.42% -
HSV(B) 287.34º 0.97% 0.81% -
XYZ 26.53 12.5 59.41 -
YUV 76.63 201.01 190.32 -
System Red Green Blue C M Y K H S L
Decimal 164 7 206 0.20 0.97 0 0.19 287.34 0.93 0.42
Hex A4 7 CE 14 61 0 13 11F 5D 2A
Octal 244 7 316 24 141 0 23 437 135 52
Binary 10100100 111 11001110 10100 1100001 0 10011 100011111 1011101 101010

Color Harmonies of #A407CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A407CE

Black with #A407CE

Text Example


Text Example

White with #A407CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A407CE; }

 p { color: rgb(164,7,206); }

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

background-color css

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

 a { background-color: rgb(164,7,206); }

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

border-color css

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

 span { border-color: rgb(164,7,206); }

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