Html Css Color HEX #A215CE Dark Violet

📋 copy color: '#A215CE'

red 162 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #A215CE

Tints of Dark Violet #A215CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 41.65%
G = 5.4%
B = 52.96%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A215CE (or 0xA215CE) is known color: Dark Violet. HEX triplet: A2, 15 and CE. RGB value is (162,21,206). Sum of RGB (Red+Green+Blue) = 162+21+206=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #A215CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215CE is #5DEA31. Grayscale: #535353. Windows color (decimal): -6154802 or 13505954. OLE color: 13505954.

HSL color Cylindrical-coordinate representation of color #A215CE: hue angle of 285.73º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A215CE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 21 206 -
CMYK 0.21 0.90 0 0.19
HSL 285.73º 0.81% 0.45% -
HSV(B) 285.73º 0.9% 0.81% -
XYZ 26.31 12.67 59.45 -
YUV 84.25 196.71 183.46 -
System Red Green Blue C M Y K H S L
Decimal 162 21 206 0.21 0.90 0 0.19 285.73 0.81 0.45
Hex A2 15 CE 15 5A 0 13 11E 51 2D
Octal 242 25 316 25 132 0 23 436 121 55
Binary 10100010 10101 11001110 10101 1011010 0 10011 100011110 1010001 101101

Color Harmonies of #A215CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215CE

Black with #A215CE

Text Example


Text Example

White with #A215CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215CE; }

 p { color: rgb(162,21,206); }

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

background-color css

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

 a { background-color: rgb(162,21,206); }

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

border-color css

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

 span { border-color: rgb(162,21,206); }

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