Html Css Color HEX #A22EBA Dark Orchid

📋 copy color: '#A22EBA'

red 162 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #A22EBA

Tints of Dark Orchid #A22EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 41.12%
G = 11.68%
B = 47.21%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A22EBA (or 0xA22EBA) is known color: Dark Orchid. HEX triplet: A2, 2E and BA. RGB value is (162,46,186). Sum of RGB (Red+Green+Blue) = 162+46+186=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #A22EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EBA is #5DD145. Grayscale: #606060. Windows color (decimal): -6148422 or 12201634. OLE color: 12201634.

HSL color Cylindrical-coordinate representation of color #A22EBA: hue angle of 289.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22EBA is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 46 186 -
CMYK 0.13 0.75 0 0.27
HSL 289.71º 0.6% 0.45% -
HSV(B) 289.71º 0.75% 0.73% -
XYZ 24.74 13.18 47.69 -
YUV 96.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 162 46 186 0.13 0.75 0 0.27 289.71 0.6 0.45
Hex A2 2E BA D 4B 0 1B 122 3C 2D
Octal 242 56 272 15 113 0 33 442 74 55
Binary 10100010 101110 10111010 1101 1001011 0 11011 100100010 111100 101101

Color Harmonies of #A22EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22EBA

Black with #A22EBA

Text Example


Text Example

White with #A22EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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