Html Css Color HEX #A022BA Dark Orchid

📋 copy color: '#A022BA'

red 160 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #A022BA

Tints of Dark Orchid #A022BA

RGB

 RED value IS 160 (62.89% from 255) = 42.11%

 GREEN value IS 34 (13.67% from 255) = 8.95%

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

R = 42.11%
G = 8.95%
B = 48.95%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A022BA (or 0xA022BA) is known color: Dark Orchid. HEX triplet: A0, 22 and BA. RGB value is (160,34,186). Sum of RGB (Red+Green+Blue) = 160+34+186=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #A022BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022BA is #5FDD45. Grayscale: #585858. Windows color (decimal): -6282566 or 12198560. OLE color: 12198560.

HSL color Cylindrical-coordinate representation of color #A022BA: hue angle of 289.74º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A022BA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 34 186 -
CMYK 0.14 0.82 0 0.27
HSL 289.74º 0.69% 0.43% -
HSV(B) 289.74º 0.82% 0.73% -
XYZ 23.93 12.16 47.54 -
YUV 89 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 160 34 186 0.14 0.82 0 0.27 289.74 0.69 0.43
Hex A0 22 BA E 52 0 1B 122 45 2B
Octal 240 42 272 16 122 0 33 442 105 53
Binary 10100000 100010 10111010 1110 1010010 0 11011 100100010 1000101 101011

Color Harmonies of #A022BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A022BA

Black with #A022BA

Text Example


Text Example

White with #A022BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A022BA; }

 p { color: rgb(160,34,186); }

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

background-color css

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

 a { background-color: rgb(160,34,186); }

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

border-color css

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

 span { border-color: rgb(160,34,186); }

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