Html Css Color HEX #A520BE Dark Orchid

📋 copy color: '#A520BE'

red 165 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #A520BE

Tints of Dark Orchid #A520BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 42.64%
G = 8.27%
B = 49.1%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A520BE (or 0xA520BE) is known color: Dark Orchid. HEX triplet: A5, 20 and BE. RGB value is (165,32,190). Sum of RGB (Red+Green+Blue) = 165+32+190=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #A520BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520BE is #5ADF41. Grayscale: #595959. Windows color (decimal): -5955394 or 12460197. OLE color: 12460197.

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

Color convert

RGB 165 32 190 -
CMYK 0.13 0.83 0 0.25
HSL 290.51º 0.71% 0.44% -
HSV(B) 290.51º 0.83% 0.75% -
XYZ 25.33 12.75 49.84 -
YUV 89.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 165 32 190 0.13 0.83 0 0.25 290.51 0.71 0.44
Hex A5 20 BE D 53 0 19 123 47 2C
Octal 245 40 276 15 123 0 31 443 107 54
Binary 10100101 100000 10111110 1101 1010011 0 11001 100100011 1000111 101100

Color Harmonies of #A520BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520BE

Black with #A520BE

Text Example


Text Example

White with #A520BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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