Html Css Color HEX #A020BF Dark Orchid

📋 copy color: '#A020BF'

red 160 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #A020BF

Tints of Dark Orchid #A020BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 41.78%
G = 8.36%
B = 49.87%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A020BF (or 0xA020BF) is known color: Dark Orchid. HEX triplet: A0, 20 and BF. RGB value is (160,32,191). Sum of RGB (Red+Green+Blue) = 160+32+191=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #A020BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020BF is #5FDF40. Grayscale: #575757. Windows color (decimal): -6283073 or 12525728. OLE color: 12525728.

HSL color Cylindrical-coordinate representation of color #A020BF: hue angle of 288.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A020BF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 32 191 -
CMYK 0.16 0.83 0 0.25
HSL 288.3º 0.71% 0.44% -
HSV(B) 288.3º 0.83% 0.75% -
XYZ 24.42 12.27 50.37 -
YUV 88.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 160 32 191 0.16 0.83 0 0.25 288.3 0.71 0.44
Hex A0 20 BF 10 53 0 19 120 47 2C
Octal 240 40 277 20 123 0 31 440 107 54
Binary 10100000 100000 10111111 10000 1010011 0 11001 100100000 1000111 101100

Color Harmonies of #A020BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020BF

Black with #A020BF

Text Example


Text Example

White with #A020BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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