Html Css Color HEX #A22BD2 Dark Orchid

📋 copy color: '#A22BD2'

red 162 ◦ green 43 ◦ blue 210

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

Shades of Dark Orchid #A22BD2

Tints of Dark Orchid #A22BD2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.36%

 BLUE value IS 210 (82.42% from 255) = 50.6%

R = 39.04%
G = 10.36%
B = 50.6%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A22BD2 (or 0xA22BD2) is known color: Dark Orchid. HEX triplet: A2, 2B and D2. RGB value is (162,43,210). Sum of RGB (Red+Green+Blue) = 162+43+210=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 210 (82.42% from 255 or 50.60% from 415); Max value from RGB is 210 - color contains mainly: blue. Hex color #A22BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BD2 is #5DD42D. Grayscale: #616161. Windows color (decimal): -6149166 or 13773730. OLE color: 13773730.

HSL color Cylindrical-coordinate representation of color #A22BD2: hue angle of 282.75º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22BD2 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 43 210 -
CMYK 0.23 0.80 0 0.18
HSL 282.75º 0.66% 0.5% -
HSV(B) 282.75º 0.8% 0.82% -
XYZ 27.4 14.06 62.24 -
YUV 97.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 162 43 210 0.23 0.80 0 0.18 282.75 0.66 0.5
Hex A2 2B D2 17 50 0 12 11B 42 32
Octal 242 53 322 27 120 0 22 433 102 62
Binary 10100010 101011 11010010 10111 1010000 0 10010 100011011 1000010 110010

Color Harmonies of #A22BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22BD2

Black with #A22BD2

Text Example


Text Example

White with #A22BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22BD2; }

 p { color: rgb(162,43,210); }

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

background-color css

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

 a { background-color: rgb(162,43,210); }

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

border-color css

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

 span { border-color: rgb(162,43,210); }

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