Html Css Color HEX #A216BA Dark Orchid

📋 copy color: '#A216BA'

red 162 ◦ green 22 ◦ blue 186

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

Shades of Dark Orchid #A216BA

Tints of Dark Orchid #A216BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 43.78%
G = 5.95%
B = 50.27%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A216BA (or 0xA216BA) is known color: Dark Orchid. HEX triplet: A2, 16 and BA. RGB value is (162,22,186). Sum of RGB (Red+Green+Blue) = 162+22+186=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #A216BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A216BA is #5DE945. Grayscale: #525252. Windows color (decimal): -6154566 or 12195490. OLE color: 12195490.

HSL color Cylindrical-coordinate representation of color #A216BA: hue angle of 291.22º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A216BA is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 22 186 -
CMYK 0.13 0.88 0 0.27
HSL 291.22º 0.79% 0.41% -
HSV(B) 291.22º 0.88% 0.73% -
XYZ 24.05 11.8 47.46 -
YUV 82.56 186.38 184.66 -
System Red Green Blue C M Y K H S L
Decimal 162 22 186 0.13 0.88 0 0.27 291.22 0.79 0.41
Hex A2 16 BA D 58 0 1B 123 4F 29
Octal 242 26 272 15 130 0 33 443 117 51
Binary 10100010 10110 10111010 1101 1011000 0 11011 100100011 1001111 101001

Color Harmonies of #A216BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A216BA

Black with #A216BA

Text Example


Text Example

White with #A216BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A216BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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