Html Css Color HEX #A216BC Dark Orchid

📋 copy color: '#A216BC'

red 162 ◦ green 22 ◦ blue 188

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

Shades of Dark Orchid #A216BC

Tints of Dark Orchid #A216BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 43.55%
G = 5.91%
B = 50.54%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A216BC (or 0xA216BC) is known color: Dark Orchid. HEX triplet: A2, 16 and BC. RGB value is (162,22,188). Sum of RGB (Red+Green+Blue) = 162+22+188=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #A216BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A216BC is #5DE943. Grayscale: #525252. Windows color (decimal): -6154564 or 12326562. OLE color: 12326562.

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

Color convert

RGB 162 22 188 -
CMYK 0.14 0.88 0 0.26
HSL 290.6º 0.79% 0.41% -
HSV(B) 290.6º 0.88% 0.74% -
XYZ 24.26 11.89 48.59 -
YUV 82.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 162 22 188 0.14 0.88 0 0.26 290.6 0.79 0.41
Hex A2 16 BC E 58 0 1A 123 4F 29
Octal 242 26 274 16 130 0 32 443 117 51
Binary 10100010 10110 10111100 1110 1011000 0 11010 100100011 1001111 101001

Color Harmonies of #A216BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A216BC

Black with #A216BC

Text Example


Text Example

White with #A216BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A216BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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