Html Css Color HEX #A022BD Dark Orchid

📋 copy color: '#A022BD'

red 160 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #A022BD

Tints of Dark Orchid #A022BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 41.78%
G = 8.88%
B = 49.35%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A022BD (or 0xA022BD) is known color: Dark Orchid. HEX triplet: A0, 22 and BD. RGB value is (160,34,189). Sum of RGB (Red+Green+Blue) = 160+34+189=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #A022BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022BD is #5FDD42. Grayscale: #585858. Windows color (decimal): -6282563 or 12395168. OLE color: 12395168.

HSL color Cylindrical-coordinate representation of color #A022BD: hue angle of 288.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A022BD is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 34 189 -
CMYK 0.15 0.82 0 0.26
HSL 288.77º 0.7% 0.44% -
HSV(B) 288.77º 0.82% 0.74% -
XYZ 24.25 12.29 49.24 -
YUV 89.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 160 34 189 0.15 0.82 0 0.26 288.77 0.7 0.44
Hex A0 22 BD F 52 0 1A 121 46 2C
Octal 240 42 275 17 122 0 32 441 106 54
Binary 10100000 100010 10111101 1111 1010010 0 11010 100100001 1000110 101100

Color Harmonies of #A022BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A022BD

Black with #A022BD

Text Example


Text Example

White with #A022BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A022BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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