Html Css Color HEX #A215C6 Dark Violet

📋 copy color: '#A215C6'

red 162 ◦ green 21 ◦ blue 198

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

Shades of Dark Violet #A215C6

Tints of Dark Violet #A215C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.97%

R = 42.52%
G = 5.51%
B = 51.97%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A215C6 (or 0xA215C6) is known color: Dark Violet. HEX triplet: A2, 15 and C6. RGB value is (162,21,198). Sum of RGB (Red+Green+Blue) = 162+21+198=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #A215C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215C6 is #5DEA39. Grayscale: #525252. Windows color (decimal): -6154810 or 12981666. OLE color: 12981666.

HSL color Cylindrical-coordinate representation of color #A215C6: hue angle of 287.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A215C6 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 21 198 -
CMYK 0.18 0.89 0 0.22
HSL 287.8º 0.81% 0.43% -
HSV(B) 287.8º 0.89% 0.78% -
XYZ 25.36 12.29 54.46 -
YUV 83.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 162 21 198 0.18 0.89 0 0.22 287.8 0.81 0.43
Hex A2 15 C6 12 59 0 16 120 51 2B
Octal 242 25 306 22 131 0 26 440 121 53
Binary 10100010 10101 11000110 10010 1011001 0 10110 100100000 1010001 101011

Color Harmonies of #A215C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215C6

Black with #A215C6

Text Example


Text Example

White with #A215C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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