Html Css Color HEX #A520BF Dark Orchid

📋 copy color: '#A520BF'

red 165 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #A520BF

Tints of Dark Orchid #A520BF

RGB

 RED value IS 165 (64.84% from 255) = 42.53%

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

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

R = 42.53%
G = 8.25%
B = 49.23%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A520BF (or 0xA520BF) is known color: Dark Orchid. HEX triplet: A5, 20 and BF. RGB value is (165,32,191). Sum of RGB (Red+Green+Blue) = 165+32+191=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #A520BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520BF is #5ADF40. Grayscale: #595959. Windows color (decimal): -5955393 or 12525733. OLE color: 12525733.

HSL color Cylindrical-coordinate representation of color #A520BF: hue angle of 290.19º 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 #A520BF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 32 191 -
CMYK 0.14 0.83 0 0.25
HSL 290.19º 0.71% 0.44% -
HSV(B) 290.19º 0.83% 0.75% -
XYZ 25.44 12.79 50.42 -
YUV 89.89 185.06 181.57 -
System Red Green Blue C M Y K H S L
Decimal 165 32 191 0.14 0.83 0 0.25 290.19 0.71 0.44
Hex A5 20 BF E 53 0 19 122 47 2C
Octal 245 40 277 16 123 0 31 442 107 54
Binary 10100101 100000 10111111 1110 1010011 0 11001 100100010 1000111 101100

Color Harmonies of #A520BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520BF

Black with #A520BF

Text Example


Text Example

White with #A520BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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