Html Css Color HEX #A22DB0 Dark Orchid

📋 copy color: '#A22DB0'

red 162 ◦ green 45 ◦ blue 176

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

Shades of Dark Orchid #A22DB0

Tints of Dark Orchid #A22DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

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

R = 42.3%
G = 11.75%
B = 45.95%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A22DB0 (or 0xA22DB0) is known color: Dark Orchid. HEX triplet: A2, 2D and B0. RGB value is (162,45,176). Sum of RGB (Red+Green+Blue) = 162+45+176=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #A22DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22DB0 is #5DD24F. Grayscale: #5E5E5E. Windows color (decimal): -6148688 or 11546018. OLE color: 11546018.

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

Color convert

RGB 162 45 176 -
CMYK 0.08 0.74 0 0.31
HSL 293.59º 0.59% 0.43% -
HSV(B) 293.59º 0.74% 0.69% -
XYZ 23.68 12.69 42.28 -
YUV 94.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 162 45 176 0.08 0.74 0 0.31 293.59 0.59 0.43
Hex A2 2D B0 8 4A 0 1F 126 3B 2B
Octal 242 55 260 10 112 0 37 446 73 53
Binary 10100010 101101 10110000 1000 1001010 0 11111 100100110 111011 101011

Color Harmonies of #A22DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22DB0

Black with #A22DB0

Text Example


Text Example

White with #A22DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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