Html Css Color HEX #A539C4 Dark Orchid

📋 copy color: '#A539C4'

red 165 ◦ green 57 ◦ blue 196

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

Shades of Dark Orchid #A539C4

Tints of Dark Orchid #A539C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.89%

R = 39.47%
G = 13.64%
B = 46.89%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A539C4 (or 0xA539C4) is known color: Dark Orchid. HEX triplet: A5, 39 and C4. RGB value is (165,57,196). Sum of RGB (Red+Green+Blue) = 165+57+196=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #A539C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539C4 is #5AC63B. Grayscale: #686868. Windows color (decimal): -5948988 or 12859813. OLE color: 12859813.

HSL color Cylindrical-coordinate representation of color #A539C4: hue angle of 286.62º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A539C4 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 57 196 -
CMYK 0.16 0.71 0 0.23
HSL 286.62º 0.55% 0.5% -
HSV(B) 286.62º 0.71% 0.77% -
XYZ 26.94 14.91 53.68 -
YUV 105.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 165 57 196 0.16 0.71 0 0.23 286.62 0.55 0.5
Hex A5 39 C4 10 47 0 17 11F 37 32
Octal 245 71 304 20 107 0 27 437 67 62
Binary 10100101 111001 11000100 10000 1000111 0 10111 100011111 110111 110010

Color Harmonies of #A539C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539C4

Black with #A539C4

Text Example


Text Example

White with #A539C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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