Html Css Color HEX #A020BD Dark Orchid

📋 copy color: '#A020BD'

red 160 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #A020BD

Tints of Dark Orchid #A020BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.4%

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

R = 41.99%
G = 8.4%
B = 49.61%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A020BD (or 0xA020BD) is known color: Dark Orchid. HEX triplet: A0, 20 and BD. RGB value is (160,32,189). Sum of RGB (Red+Green+Blue) = 160+32+189=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #A020BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020BD is #5FDF42. Grayscale: #575757. Windows color (decimal): -6283075 or 12394656. OLE color: 12394656.

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

Color convert

RGB 160 32 189 -
CMYK 0.15 0.83 0 0.26
HSL 288.92º 0.71% 0.43% -
HSV(B) 288.92º 0.83% 0.74% -
XYZ 24.2 12.18 49.22 -
YUV 88.17 184.91 179.23 -
System Red Green Blue C M Y K H S L
Decimal 160 32 189 0.15 0.83 0 0.26 288.92 0.71 0.43
Hex A0 20 BD F 53 0 1A 121 47 2B
Octal 240 40 275 17 123 0 32 441 107 53
Binary 10100000 100000 10111101 1111 1010011 0 11010 100100001 1000111 101011

Color Harmonies of #A020BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020BD

Black with #A020BD

Text Example


Text Example

White with #A020BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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