Html Css Color HEX #A814CC Dark Violet

📋 copy color: '#A814CC'

red 168 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #A814CC

Tints of Dark Violet #A814CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 42.86%
G = 5.1%
B = 52.04%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A814CC (or 0xA814CC) is known color: Dark Violet. HEX triplet: A8, 14 and CC. RGB value is (168,20,204). Sum of RGB (Red+Green+Blue) = 168+20+204=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #A814CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814CC is #57EB33. Grayscale: #545454. Windows color (decimal): -5761844 or 13374632. OLE color: 13374632.

HSL color Cylindrical-coordinate representation of color #A814CC: hue angle of 288.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A814CC is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 20 204 -
CMYK 0.18 0.90 0 0.2
HSL 288.26º 0.82% 0.44% -
HSV(B) 288.26º 0.9% 0.8% -
XYZ 27.3 13.18 58.23 -
YUV 85.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 168 20 204 0.18 0.90 0 0.2 288.26 0.82 0.44
Hex A8 14 CC 12 5A 0 14 120 52 2C
Octal 250 24 314 22 132 0 24 440 122 54
Binary 10101000 10100 11001100 10010 1011010 0 10100 100100000 1010010 101100

Color Harmonies of #A814CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814CC

Black with #A814CC

Text Example


Text Example

White with #A814CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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