Html Css Color HEX #A221B6 Dark Orchid

📋 copy color: '#A221B6'

red 162 ◦ green 33 ◦ blue 182

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

Shades of Dark Orchid #A221B6

Tints of Dark Orchid #A221B6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 42.97%
G = 8.75%
B = 48.28%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A221B6 (or 0xA221B6) is known color: Dark Orchid. HEX triplet: A2, 21 and B6. RGB value is (162,33,182). Sum of RGB (Red+Green+Blue) = 162+33+182=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #A221B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221B6 is #5DDE49. Grayscale: #585858. Windows color (decimal): -6151754 or 11936162. OLE color: 11936162.

HSL color Cylindrical-coordinate representation of color #A221B6: hue angle of 291.95º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A221B6 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 33 182 -
CMYK 0.11 0.82 0 0.29
HSL 291.95º 0.69% 0.42% -
HSV(B) 291.95º 0.82% 0.71% -
XYZ 23.89 12.15 45.34 -
YUV 88.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 162 33 182 0.11 0.82 0 0.29 291.95 0.69 0.42
Hex A2 21 B6 B 52 0 1D 124 45 2A
Octal 242 41 266 13 122 0 35 444 105 52
Binary 10100010 100001 10110110 1011 1010010 0 11101 100100100 1000101 101010

Color Harmonies of #A221B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221B6

Black with #A221B6

Text Example


Text Example

White with #A221B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221B6; }

 p { color: rgb(162,33,182); }

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

background-color css

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

 a { background-color: rgb(162,33,182); }

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

border-color css

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

 span { border-color: rgb(162,33,182); }

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