Html Css Color HEX #A215CC Dark Violet

📋 copy color: '#A215CC'

red 162 ◦ green 21 ◦ blue 204

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

Shades of Dark Violet #A215CC

Tints of Dark Violet #A215CC

RGB

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

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

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

R = 41.86%
G = 5.43%
B = 52.71%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A215CC (or 0xA215CC) is known color: Dark Violet. HEX triplet: A2, 15 and CC. RGB value is (162,21,204). Sum of RGB (Red+Green+Blue) = 162+21+204=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #A215CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215CC is #5DEA33. Grayscale: #535353. Windows color (decimal): -6154804 or 13374882. OLE color: 13374882.

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

Color convert

RGB 162 21 204 -
CMYK 0.21 0.90 0 0.2
HSL 286.23º 0.81% 0.44% -
HSV(B) 286.23º 0.9% 0.8% -
XYZ 26.07 12.58 58.18 -
YUV 84.02 195.71 183.62 -
System Red Green Blue C M Y K H S L
Decimal 162 21 204 0.21 0.90 0 0.2 286.23 0.81 0.44
Hex A2 15 CC 15 5A 0 14 11E 51 2C
Octal 242 25 314 25 132 0 24 436 121 54
Binary 10100010 10101 11001100 10101 1011010 0 10100 100011110 1010001 101100

Color Harmonies of #A215CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215CC

Black with #A215CC

Text Example


Text Example

White with #A215CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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