Html Css Color HEX #A816CA Dark Violet

📋 copy color: '#A816CA'

red 168 ◦ green 22 ◦ blue 202

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

Shades of Dark Violet #A816CA

Tints of Dark Violet #A816CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 42.86%
G = 5.61%
B = 51.53%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A816CA (or 0xA816CA) is known color: Dark Violet. HEX triplet: A8, 16 and CA. RGB value is (168,22,202). Sum of RGB (Red+Green+Blue) = 168+22+202=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #A816CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816CA is #57E935. Grayscale: #555555. Windows color (decimal): -5761334 or 13244072. OLE color: 13244072.

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

Color convert

RGB 168 22 202 -
CMYK 0.17 0.89 0 0.21
HSL 288.67º 0.8% 0.44% -
HSV(B) 288.67º 0.89% 0.79% -
XYZ 27.1 13.16 56.99 -
YUV 86.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 168 22 202 0.17 0.89 0 0.21 288.67 0.8 0.44
Hex A8 16 CA 11 59 0 15 121 50 2C
Octal 250 26 312 21 131 0 25 441 120 54
Binary 10101000 10110 11001010 10001 1011001 0 10101 100100001 1010000 101100

Color Harmonies of #A816CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816CA

Black with #A816CA

Text Example


Text Example

White with #A816CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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