Html Css Color HEX #A020C9 Dark Orchid

📋 copy color: '#A020C9'

red 160 ◦ green 32 ◦ blue 201

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

Shades of Dark Orchid #A020C9

Tints of Dark Orchid #A020C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 40.71%
G = 8.14%
B = 51.15%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A020C9 (or 0xA020C9) is known color: Dark Orchid. HEX triplet: A0, 20 and C9. RGB value is (160,32,201). Sum of RGB (Red+Green+Blue) = 160+32+201=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #A020C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020C9 is #5FDF36. Grayscale: #585858. Windows color (decimal): -6283063 or 13181088. OLE color: 13181088.

HSL color Cylindrical-coordinate representation of color #A020C9: hue angle of 285.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A020C9 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 32 201 -
CMYK 0.20 0.84 0 0.21
HSL 285.44º 0.73% 0.46% -
HSV(B) 285.44º 0.84% 0.79% -
XYZ 25.56 12.72 56.37 -
YUV 89.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 160 32 201 0.20 0.84 0 0.21 285.44 0.73 0.46
Hex A0 20 C9 14 54 0 15 11D 49 2E
Octal 240 40 311 24 124 0 25 435 111 56
Binary 10100000 100000 11001001 10100 1010100 0 10101 100011101 1001001 101110

Color Harmonies of #A020C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020C9

Black with #A020C9

Text Example


Text Example

White with #A020C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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