Html Css Color HEX #A539BE Dark Orchid

📋 copy color: '#A539BE'

red 165 ◦ green 57 ◦ blue 190

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

Shades of Dark Orchid #A539BE

Tints of Dark Orchid #A539BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.83%

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

R = 40.05%
G = 13.83%
B = 46.12%

CMYK

 C value IS 0.13

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A539BE (or 0xA539BE) is known color: Dark Orchid. HEX triplet: A5, 39 and BE. RGB value is (165,57,190). Sum of RGB (Red+Green+Blue) = 165+57+190=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #A539BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539BE is #5AC641. Grayscale: #686868. Windows color (decimal): -5948994 or 12466597. OLE color: 12466597.

HSL color Cylindrical-coordinate representation of color #A539BE: hue angle of 288.72º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A539BE is Cyan = 0.13, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 57 190 -
CMYK 0.13 0.7 0 0.25
HSL 288.72º 0.54% 0.48% -
HSV(B) 288.72º 0.7% 0.75% -
XYZ 26.27 14.64 50.16 -
YUV 104.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 165 57 190 0.13 0.7 0 0.25 288.72 0.54 0.48
Hex A5 39 BE D 46 0 19 121 36 30
Octal 245 71 276 15 106 0 31 441 66 60
Binary 10100101 111001 10111110 1101 1000110 0 11001 100100001 110110 110000

Color Harmonies of #A539BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539BE

Black with #A539BE

Text Example


Text Example

White with #A539BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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