Html Css Color HEX #A216CC Dark Violet

📋 copy color: '#A216CC'

red 162 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #A216CC

Tints of Dark Violet #A216CC

RGB

 RED value IS 162 (63.67% from 255) = 41.75%

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

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

R = 41.75%
G = 5.67%
B = 52.58%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A216CC (or 0xA216CC) is known color: Dark Violet. HEX triplet: A2, 16 and CC. RGB value is (162,22,204). Sum of RGB (Red+Green+Blue) = 162+22+204=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #A216CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A216CC is #5DE933. Grayscale: #545454. Windows color (decimal): -6154548 or 13375138. OLE color: 13375138.

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

Color convert

RGB 162 22 204 -
CMYK 0.21 0.89 0 0.2
HSL 286.15º 0.81% 0.44% -
HSV(B) 286.15º 0.89% 0.8% -
XYZ 26.09 12.61 58.19 -
YUV 84.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 162 22 204 0.21 0.89 0 0.2 286.15 0.81 0.44
Hex A2 16 CC 15 59 0 14 11E 51 2C
Octal 242 26 314 25 131 0 24 436 121 54
Binary 10100010 10110 11001100 10101 1011001 0 10100 100011110 1010001 101100

Color Harmonies of #A216CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A216CC

Black with #A216CC

Text Example


Text Example

White with #A216CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A216CC; }

 p { color: rgb(162,22,204); }

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

background-color css

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

 a { background-color: rgb(162,22,204); }

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

border-color css

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

 span { border-color: rgb(162,22,204); }

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