Html Css Color HEX #A22AB4 Dark Orchid

📋 copy color: '#A22AB4'

red 162 ◦ green 42 ◦ blue 180

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

Shades of Dark Orchid #A22AB4

Tints of Dark Orchid #A22AB4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.94%

 BLUE value IS 180 (70.7% from 255) = 46.88%

R = 42.19%
G = 10.94%
B = 46.88%

CMYK

 C value IS 0.1

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A22AB4 (or 0xA22AB4) is known color: Dark Orchid. HEX triplet: A2, 2A and B4. RGB value is (162,42,180). Sum of RGB (Red+Green+Blue) = 162+42+180=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #A22AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22AB4 is #5DD54B. Grayscale: #5D5D5D. Windows color (decimal): -6149452 or 11807394. OLE color: 11807394.

HSL color Cylindrical-coordinate representation of color #A22AB4: hue angle of 292.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22AB4 is Cyan = 0.1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 42 180 -
CMYK 0.1 0.77 0 0.29
HSL 292.17º 0.62% 0.44% -
HSV(B) 292.17º 0.77% 0.71% -
XYZ 23.97 12.63 44.36 -
YUV 93.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 162 42 180 0.1 0.77 0 0.29 292.17 0.62 0.44
Hex A2 2A B4 A 4D 0 1D 124 3E 2C
Octal 242 52 264 12 115 0 35 444 76 54
Binary 10100010 101010 10110100 1010 1001101 0 11101 100100100 111110 101100

Color Harmonies of #A22AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22AB4

Black with #A22AB4

Text Example


Text Example

White with #A22AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22AB4; }

 p { color: rgb(162,42,180); }

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

background-color css

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

 a { background-color: rgb(162,42,180); }

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

border-color css

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

 span { border-color: rgb(162,42,180); }

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