Html Css Color HEX #A22ABF Dark Orchid

📋 copy color: '#A22ABF'

red 162 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #A22ABF

Tints of Dark Orchid #A22ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 41.01%
G = 10.63%
B = 48.35%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A22ABF (or 0xA22ABF) is known color: Dark Orchid. HEX triplet: A2, 2A and BF. RGB value is (162,42,191). Sum of RGB (Red+Green+Blue) = 162+42+191=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #A22ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ABF is #5DD540. Grayscale: #5E5E5E. Windows color (decimal): -6149441 or 12528290. OLE color: 12528290.

HSL color Cylindrical-coordinate representation of color #A22ABF: hue angle of 288.32º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22ABF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 42 191 -
CMYK 0.15 0.78 0 0.25
HSL 288.32º 0.64% 0.46% -
HSV(B) 288.32º 0.78% 0.75% -
XYZ 25.13 13.1 50.49 -
YUV 94.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 162 42 191 0.15 0.78 0 0.25 288.32 0.64 0.46
Hex A2 2A BF F 4E 0 19 120 40 2E
Octal 242 52 277 17 116 0 31 440 100 56
Binary 10100010 101010 10111111 1111 1001110 0 11001 100100000 1000000 101110

Color Harmonies of #A22ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22ABF

Black with #A22ABF

Text Example


Text Example

White with #A22ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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