Html Css Color HEX #A539B5 Dark Orchid

📋 copy color: '#A539B5'

red 165 ◦ green 57 ◦ blue 181

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

Shades of Dark Orchid #A539B5

Tints of Dark Orchid #A539B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.91%

R = 40.94%
G = 14.14%
B = 44.91%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A539B5 (or 0xA539B5) is known color: Dark Orchid. HEX triplet: A5, 39 and B5. RGB value is (165,57,181). Sum of RGB (Red+Green+Blue) = 165+57+181=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #A539B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539B5 is #5AC64A. Grayscale: #676767. Windows color (decimal): -5949003 or 11876773. OLE color: 11876773.

HSL color Cylindrical-coordinate representation of color #A539B5: hue angle of 292.26º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A539B5 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 57 181 -
CMYK 0.09 0.69 0 0.29
HSL 292.26º 0.52% 0.47% -
HSV(B) 292.26º 0.69% 0.71% -
XYZ 25.32 14.26 45.13 -
YUV 103.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 165 57 181 0.09 0.69 0 0.29 292.26 0.52 0.47
Hex A5 39 B5 9 45 0 1D 124 34 2F
Octal 245 71 265 11 105 0 35 444 64 57
Binary 10100101 111001 10110101 1001 1000101 0 11101 100100100 110100 101111

Color Harmonies of #A539B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539B5

Black with #A539B5

Text Example


Text Example

White with #A539B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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