Html Css Color HEX #A020B7 Dark Orchid

📋 copy color: '#A020B7'

red 160 ◦ green 32 ◦ blue 183

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

Shades of Dark Orchid #A020B7

Tints of Dark Orchid #A020B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.8%

R = 42.67%
G = 8.53%
B = 48.8%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A020B7 (or 0xA020B7) is known color: Dark Orchid. HEX triplet: A0, 20 and B7. RGB value is (160,32,183). Sum of RGB (Red+Green+Blue) = 160+32+183=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #A020B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020B7 is #5FDF48. Grayscale: #575757. Windows color (decimal): -6283081 or 12001440. OLE color: 12001440.

HSL color Cylindrical-coordinate representation of color #A020B7: hue angle of 290.86º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A020B7 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 32 183 -
CMYK 0.13 0.83 0 0.28
HSL 290.86º 0.7% 0.42% -
HSV(B) 290.86º 0.83% 0.72% -
XYZ 23.56 11.93 45.86 -
YUV 87.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 160 32 183 0.13 0.83 0 0.28 290.86 0.7 0.42
Hex A0 20 B7 D 53 0 1C 123 46 2A
Octal 240 40 267 15 123 0 34 443 106 52
Binary 10100000 100000 10110111 1101 1010011 0 11100 100100011 1000110 101010

Color Harmonies of #A020B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020B7

Black with #A020B7

Text Example


Text Example

White with #A020B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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