Html Css Color HEX #A021BA Dark Orchid

📋 copy color: '#A021BA'

red 160 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #A021BA

Tints of Dark Orchid #A021BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.71%

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

R = 42.22%
G = 8.71%
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

#A021BA (or 0xA021BA) is known color: Dark Orchid. HEX triplet: A0, 21 and BA. RGB value is (160,33,186). Sum of RGB (Red+Green+Blue) = 160+33+186=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #A021BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021BA is #5FDE45. Grayscale: #575757. Windows color (decimal): -6282822 or 12198304. OLE color: 12198304.

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

Color convert

RGB 160 33 186 -
CMYK 0.14 0.82 0 0.27
HSL 289.8º 0.7% 0.43% -
HSV(B) 289.8º 0.82% 0.73% -
XYZ 23.9 12.11 47.53 -
YUV 88.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 160 33 186 0.14 0.82 0 0.27 289.8 0.7 0.43
Hex A0 21 BA E 52 0 1B 122 46 2B
Octal 240 41 272 16 122 0 33 442 106 53
Binary 10100000 100001 10111010 1110 1010010 0 11011 100100010 1000110 101011

Color Harmonies of #A021BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021BA

Black with #A021BA

Text Example


Text Example

White with #A021BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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