Html Css Color HEX #A539C2 Dark Orchid

📋 copy color: '#A539C2'

red 165 ◦ green 57 ◦ blue 194

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

Shades of Dark Orchid #A539C2

Tints of Dark Orchid #A539C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.63%

R = 39.66%
G = 13.7%
B = 46.63%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A539C2 (or 0xA539C2) is known color: Dark Orchid. HEX triplet: A5, 39 and C2. RGB value is (165,57,194). Sum of RGB (Red+Green+Blue) = 165+57+194=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #A539C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539C2 is #5AC63D. Grayscale: #686868. Windows color (decimal): -5948990 or 12728741. OLE color: 12728741.

HSL color Cylindrical-coordinate representation of color #A539C2: hue angle of 287.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A539C2 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 57 194 -
CMYK 0.15 0.71 0 0.24
HSL 287.3º 0.55% 0.49% -
HSV(B) 287.3º 0.71% 0.76% -
XYZ 26.72 14.82 52.49 -
YUV 104.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 165 57 194 0.15 0.71 0 0.24 287.3 0.55 0.49
Hex A5 39 C2 F 47 0 18 11F 37 31
Octal 245 71 302 17 107 0 30 437 67 61
Binary 10100101 111001 11000010 1111 1000111 0 11000 100011111 110111 110001

Color Harmonies of #A539C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539C2

Black with #A539C2

Text Example


Text Example

White with #A539C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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