Html Css Color HEX #A215B0 Dark Orchid

📋 copy color: '#A215B0'

red 162 ◦ green 21 ◦ blue 176

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

Shades of Dark Orchid #A215B0

Tints of Dark Orchid #A215B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.03%

R = 45.13%
G = 5.85%
B = 49.03%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A215B0 (or 0xA215B0) is known color: Dark Orchid. HEX triplet: A2, 15 and B0. RGB value is (162,21,176). Sum of RGB (Red+Green+Blue) = 162+21+176=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #A215B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A215B0 is #5DEA4F. Grayscale: #505050. Windows color (decimal): -6154832 or 11539874. OLE color: 11539874.

HSL color Cylindrical-coordinate representation of color #A215B0: hue angle of 294.58º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A215B0 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 21 176 -
CMYK 0.08 0.88 0 0.31
HSL 294.58º 0.79% 0.39% -
HSV(B) 294.58º 0.88% 0.69% -
XYZ 23 11.35 42.05 -
YUV 80.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 162 21 176 0.08 0.88 0 0.31 294.58 0.79 0.39
Hex A2 15 B0 8 58 0 1F 127 4F 27
Octal 242 25 260 10 130 0 37 447 117 47
Binary 10100010 10101 10110000 1000 1011000 0 11111 100100111 1001111 100111

Color Harmonies of #A215B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215B0

Black with #A215B0

Text Example


Text Example

White with #A215B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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