Html Css Color HEX #A22EBF Dark Orchid

📋 copy color: '#A22EBF'

red 162 ◦ green 46 ◦ blue 191

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

Shades of Dark Orchid #A22EBF

Tints of Dark Orchid #A22EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.53%

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

R = 40.6%
G = 11.53%
B = 47.87%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A22EBF (or 0xA22EBF) is known color: Dark Orchid. HEX triplet: A2, 2E and BF. RGB value is (162,46,191). Sum of RGB (Red+Green+Blue) = 162+46+191=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #A22EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EBF is #5DD140. Grayscale: #606060. Windows color (decimal): -6148417 or 12529314. OLE color: 12529314.

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

Color convert

RGB 162 46 191 -
CMYK 0.15 0.76 0 0.25
HSL 288º 0.61% 0.46% -
HSV(B) 288º 0.76% 0.75% -
XYZ 25.28 13.4 50.54 -
YUV 97.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 162 46 191 0.15 0.76 0 0.25 288 0.61 0.46
Hex A2 2E BF F 4C 0 19 120 3D 2E
Octal 242 56 277 17 114 0 31 440 75 56
Binary 10100010 101110 10111111 1111 1001100 0 11001 100100000 111101 101110

Color Harmonies of #A22EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22EBF

Black with #A22EBF

Text Example


Text Example

White with #A22EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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