Html Css Color HEX #A520BB Dark Orchid

📋 copy color: '#A520BB'

red 165 ◦ green 32 ◦ blue 187

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

Shades of Dark Orchid #A520BB

Tints of Dark Orchid #A520BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 42.97%
G = 8.33%
B = 48.7%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A520BB (or 0xA520BB) is known color: Dark Orchid. HEX triplet: A5, 20 and BB. RGB value is (165,32,187). Sum of RGB (Red+Green+Blue) = 165+32+187=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #A520BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520BB is #5ADF44. Grayscale: #585858. Windows color (decimal): -5955397 or 12263589. OLE color: 12263589.

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

Color convert

RGB 165 32 187 -
CMYK 0.12 0.83 0 0.27
HSL 291.48º 0.71% 0.43% -
HSV(B) 291.48º 0.83% 0.73% -
XYZ 25 12.62 48.13 -
YUV 89.44 183.06 181.9 -
System Red Green Blue C M Y K H S L
Decimal 165 32 187 0.12 0.83 0 0.27 291.48 0.71 0.43
Hex A5 20 BB C 53 0 1B 123 47 2B
Octal 245 40 273 14 123 0 33 443 107 53
Binary 10100101 100000 10111011 1100 1010011 0 11011 100100011 1000111 101011

Color Harmonies of #A520BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520BB

Black with #A520BB

Text Example


Text Example

White with #A520BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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