Html Css Color HEX #A816CB Dark Violet

📋 copy color: '#A816CB'

red 168 ◦ green 22 ◦ blue 203

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

Shades of Dark Violet #A816CB

Tints of Dark Violet #A816CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.6%

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

R = 42.75%
G = 5.6%
B = 51.65%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A816CB (or 0xA816CB) is known color: Dark Violet. HEX triplet: A8, 16 and CB. RGB value is (168,22,203). Sum of RGB (Red+Green+Blue) = 168+22+203=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #A816CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816CB is #57E934. Grayscale: #555555. Windows color (decimal): -5761333 or 13309608. OLE color: 13309608.

HSL color Cylindrical-coordinate representation of color #A816CB: hue angle of 288.4º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816CB is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 22 203 -
CMYK 0.17 0.89 0 0.20
HSL 288.4º 0.8% 0.44% -
HSV(B) 288.4º 0.89% 0.8% -
XYZ 27.21 13.21 57.62 -
YUV 86.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 168 22 203 0.17 0.89 0 0.20 288.4 0.8 0.44
Hex A8 16 CB 11 59 0 14 120 50 2C
Octal 250 26 313 21 131 0 24 440 120 54
Binary 10101000 10110 11001011 10001 1011001 0 10100 100100000 1010000 101100

Color Harmonies of #A816CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816CB

Black with #A816CB

Text Example


Text Example

White with #A816CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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