Html Css Color HEX #A539BA Dark Orchid

📋 copy color: '#A539BA'

red 165 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #A539BA

Tints of Dark Orchid #A539BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 40.44%
G = 13.97%
B = 45.59%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A539BA (or 0xA539BA) is known color: Dark Orchid. HEX triplet: A5, 39 and BA. RGB value is (165,57,186). Sum of RGB (Red+Green+Blue) = 165+57+186=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A539BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539BA is #5AC645. Grayscale: #676767. Windows color (decimal): -5948998 or 12204453. OLE color: 12204453.

HSL color Cylindrical-coordinate representation of color #A539BA: hue angle of 290.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A539BA is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 57 186 -
CMYK 0.11 0.69 0 0.27
HSL 290.23º 0.53% 0.48% -
HSV(B) 290.23º 0.69% 0.73% -
XYZ 25.84 14.47 47.89 -
YUV 104 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 165 57 186 0.11 0.69 0 0.27 290.23 0.53 0.48
Hex A5 39 BA B 45 0 1B 122 35 30
Octal 245 71 272 13 105 0 33 442 65 60
Binary 10100101 111001 10111010 1011 1000101 0 11011 100100010 110101 110000

Color Harmonies of #A539BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539BA

Black with #A539BA

Text Example


Text Example

White with #A539BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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