Html Css Color HEX #A022BB Dark Orchid

📋 copy color: '#A022BB'

red 160 ◦ green 34 ◦ blue 187

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

Shades of Dark Orchid #A022BB

Tints of Dark Orchid #A022BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 41.99%
G = 8.92%
B = 49.08%

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

#A022BB (or 0xA022BB) is known color: Dark Orchid. HEX triplet: A0, 22 and BB. RGB value is (160,34,187). Sum of RGB (Red+Green+Blue) = 160+34+187=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #A022BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022BB is #5FDD44. Grayscale: #585858. Windows color (decimal): -6282565 or 12264096. OLE color: 12264096.

HSL color Cylindrical-coordinate representation of color #A022BB: hue angle of 289.41º 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 #A022BB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 34 187 -
CMYK 0.14 0.82 0 0.27
HSL 289.41º 0.69% 0.43% -
HSV(B) 289.41º 0.82% 0.73% -
XYZ 24.04 12.21 48.1 -
YUV 89.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 160 34 187 0.14 0.82 0 0.27 289.41 0.69 0.43
Hex A0 22 BB E 52 0 1B 121 45 2B
Octal 240 42 273 16 122 0 33 441 105 53
Binary 10100000 100010 10111011 1110 1010010 0 11011 100100001 1000101 101011

Color Harmonies of #A022BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A022BB

Black with #A022BB

Text Example


Text Example

White with #A022BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A022BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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