Html Css Color HEX #A814C9 Dark Violet

📋 copy color: '#A814C9'

red 168 ◦ green 20 ◦ blue 201

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

Shades of Dark Violet #A814C9

Tints of Dark Violet #A814C9

RGB

 RED value IS 168 (66.02% from 255) = 43.19%

 GREEN value IS 20 (8.2% from 255) = 5.14%

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 43.19%
G = 5.14%
B = 51.67%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A814C9 (or 0xA814C9) is known color: Dark Violet. HEX triplet: A8, 14 and C9. RGB value is (168,20,201). Sum of RGB (Red+Green+Blue) = 168+20+201=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #A814C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814C9 is #57EB36. Grayscale: #545454. Windows color (decimal): -5761847 or 13178024. OLE color: 13178024.

HSL color Cylindrical-coordinate representation of color #A814C9: hue angle of 289.06º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A814C9 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 20 201 -
CMYK 0.16 0.90 0 0.21
HSL 289.06º 0.82% 0.43% -
HSV(B) 289.06º 0.9% 0.79% -
XYZ 26.94 13.04 56.36 -
YUV 84.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 168 20 201 0.16 0.90 0 0.21 289.06 0.82 0.43
Hex A8 14 C9 10 5A 0 15 121 52 2B
Octal 250 24 311 20 132 0 25 441 122 53
Binary 10101000 10100 11001001 10000 1011010 0 10101 100100001 1010010 101011

Color Harmonies of #A814C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814C9

Black with #A814C9

Text Example


Text Example

White with #A814C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814C9; }

 p { color: rgb(168,20,201); }

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

background-color css

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

 a { background-color: rgb(168,20,201); }

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

border-color css

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

 span { border-color: rgb(168,20,201); }

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