Html Css Color HEX #A539C0 Dark Orchid

📋 copy color: '#A539C0'

red 165 ◦ green 57 ◦ blue 192

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

Shades of Dark Orchid #A539C0

Tints of Dark Orchid #A539C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 39.86%
G = 13.77%
B = 46.38%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A539C0 (or 0xA539C0) is known color: Dark Orchid. HEX triplet: A5, 39 and C0. RGB value is (165,57,192). Sum of RGB (Red+Green+Blue) = 165+57+192=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #A539C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539C0 is #5AC63F. Grayscale: #686868. Windows color (decimal): -5948992 or 12597669. OLE color: 12597669.

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

Color convert

RGB 165 57 192 -
CMYK 0.14 0.70 0 0.25
HSL 288º 0.54% 0.49% -
HSV(B) 288º 0.7% 0.75% -
XYZ 26.49 14.73 51.32 -
YUV 104.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 165 57 192 0.14 0.70 0 0.25 288 0.54 0.49
Hex A5 39 C0 E 46 0 19 120 36 31
Octal 245 71 300 16 106 0 31 440 66 61
Binary 10100101 111001 11000000 1110 1000110 0 11001 100100000 110110 110001

Color Harmonies of #A539C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539C0

Black with #A539C0

Text Example


Text Example

White with #A539C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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