Html Css Color HEX #A539B4 Dark Orchid

📋 copy color: '#A539B4'

red 165 ◦ green 57 ◦ blue 180

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

Shades of Dark Orchid #A539B4

Tints of Dark Orchid #A539B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.78%

R = 41.04%
G = 14.18%
B = 44.78%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A539B4 (or 0xA539B4) is known color: Dark Orchid. HEX triplet: A5, 39 and B4. RGB value is (165,57,180). Sum of RGB (Red+Green+Blue) = 165+57+180=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #A539B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539B4 is #5AC64B. Grayscale: #666666. Windows color (decimal): -5949004 or 11811237. OLE color: 11811237.

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

Color convert

RGB 165 57 180 -
CMYK 0.08 0.68 0 0.29
HSL 292.68º 0.52% 0.46% -
HSV(B) 292.68º 0.68% 0.71% -
XYZ 25.22 14.22 44.6 -
YUV 103.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 165 57 180 0.08 0.68 0 0.29 292.68 0.52 0.46
Hex A5 39 B4 8 44 0 1D 125 34 2E
Octal 245 71 264 10 104 0 35 445 64 56
Binary 10100101 111001 10110100 1000 1000100 0 11101 100100101 110100 101110

Color Harmonies of #A539B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539B4

Black with #A539B4

Text Example


Text Example

White with #A539B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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