Html Css Color HEX #A816C9 Dark Violet

📋 copy color: '#A816C9'

red 168 ◦ green 22 ◦ blue 201

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

Shades of Dark Violet #A816C9

Tints of Dark Violet #A816C9

RGB

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

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

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

R = 42.97%
G = 5.63%
B = 51.41%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A816C9 (or 0xA816C9) is known color: Dark Violet. HEX triplet: A8, 16 and C9. RGB value is (168,22,201). Sum of RGB (Red+Green+Blue) = 168+22+201=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #A816C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816C9 is #57E936. Grayscale: #555555. Windows color (decimal): -5761335 or 13178536. OLE color: 13178536.

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

Color convert

RGB 168 22 201 -
CMYK 0.16 0.89 0 0.21
HSL 288.94º 0.8% 0.44% -
HSV(B) 288.94º 0.89% 0.79% -
XYZ 26.98 13.12 56.37 -
YUV 86.06 192.87 186.45 -
System Red Green Blue C M Y K H S L
Decimal 168 22 201 0.16 0.89 0 0.21 288.94 0.8 0.44
Hex A8 16 C9 10 59 0 15 121 50 2C
Octal 250 26 311 20 131 0 25 441 120 54
Binary 10101000 10110 11001001 10000 1011001 0 10101 100100001 1010000 101100

Color Harmonies of #A816C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816C9

Black with #A816C9

Text Example


Text Example

White with #A816C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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