Html Css Color HEX #A537BA Dark Orchid

📋 copy color: '#A537BA'

red 165 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #A537BA

Tints of Dark Orchid #A537BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.55%

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 40.64%
G = 13.55%
B = 45.81%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A537BA (or 0xA537BA) is known color: Dark Orchid. HEX triplet: A5, 37 and BA. RGB value is (165,55,186). Sum of RGB (Red+Green+Blue) = 165+55+186=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A537BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537BA is #5AC845. Grayscale: #666666. Windows color (decimal): -5949510 or 12203941. OLE color: 12203941.

HSL color Cylindrical-coordinate representation of color #A537BA: hue angle of 290.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A537BA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 55 186 -
CMYK 0.11 0.70 0 0.27
HSL 290.38º 0.54% 0.47% -
HSV(B) 290.38º 0.7% 0.73% -
XYZ 25.75 14.28 47.85 -
YUV 102.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 165 55 186 0.11 0.70 0 0.27 290.38 0.54 0.47
Hex A5 37 BA B 46 0 1B 122 36 2F
Octal 245 67 272 13 106 0 33 442 66 57
Binary 10100101 110111 10111010 1011 1000110 0 11011 100100010 110110 101111

Color Harmonies of #A537BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537BA

Black with #A537BA

Text Example


Text Example

White with #A537BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537BA; }

 p { color: rgb(165,55,186); }

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

background-color css

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

 a { background-color: rgb(165,55,186); }

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

border-color css

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

 span { border-color: rgb(165,55,186); }

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