Html Css Color HEX #A814CB Dark Violet

📋 copy color: '#A814CB'

red 168 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #A814CB

Tints of Dark Violet #A814CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 42.97%
G = 5.12%
B = 51.92%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A814CB (or 0xA814CB) is known color: Dark Violet. HEX triplet: A8, 14 and CB. RGB value is (168,20,203). Sum of RGB (Red+Green+Blue) = 168+20+203=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #A814CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814CB is #57EB34. Grayscale: #545454. Windows color (decimal): -5761845 or 13309096. OLE color: 13309096.

HSL color Cylindrical-coordinate representation of color #A814CB: hue angle of 288.52º 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 #A814CB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 20 203 -
CMYK 0.17 0.90 0 0.20
HSL 288.52º 0.82% 0.44% -
HSV(B) 288.52º 0.9% 0.8% -
XYZ 27.18 13.14 57.6 -
YUV 85.11 194.53 187.12 -
System Red Green Blue C M Y K H S L
Decimal 168 20 203 0.17 0.90 0 0.20 288.52 0.82 0.44
Hex A8 14 CB 11 5A 0 14 121 52 2C
Octal 250 24 313 21 132 0 24 441 122 54
Binary 10101000 10100 11001011 10001 1011010 0 10100 100100001 1010010 101100

Color Harmonies of #A814CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814CB

Black with #A814CB

Text Example


Text Example

White with #A814CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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