Html Css Color HEX #A539CE Dark Orchid

📋 copy color: '#A539CE'

red 165 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #A539CE

Tints of Dark Orchid #A539CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 38.55%
G = 13.32%
B = 48.13%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A539CE (or 0xA539CE) is known color: Dark Orchid. HEX triplet: A5, 39 and CE. RGB value is (165,57,206). Sum of RGB (Red+Green+Blue) = 165+57+206=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #A539CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539CE is #5AC631. Grayscale: #696969. Windows color (decimal): -5948978 or 13515173. OLE color: 13515173.

HSL color Cylindrical-coordinate representation of color #A539CE: hue angle of 283.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A539CE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 57 206 -
CMYK 0.20 0.72 0 0.19
HSL 283.49º 0.6% 0.52% -
HSV(B) 283.49º 0.72% 0.81% -
XYZ 28.12 15.38 59.88 -
YUV 106.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 165 57 206 0.20 0.72 0 0.19 283.49 0.6 0.52
Hex A5 39 CE 14 48 0 13 11B 3C 34
Octal 245 71 316 24 110 0 23 433 74 64
Binary 10100101 111001 11001110 10100 1001000 0 10011 100011011 111100 110100

Color Harmonies of #A539CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539CE

Black with #A539CE

Text Example


Text Example

White with #A539CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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