Html Css Color HEX #A537BE Dark Orchid

📋 copy color: '#A537BE'

red 165 ◦ green 55 ◦ blue 190

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

Shades of Dark Orchid #A537BE

Tints of Dark Orchid #A537BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 40.24%
G = 13.41%
B = 46.34%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A537BE (or 0xA537BE) is known color: Dark Orchid. HEX triplet: A5, 37 and BE. RGB value is (165,55,190). Sum of RGB (Red+Green+Blue) = 165+55+190=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #A537BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537BE is #5AC841. Grayscale: #666666. Windows color (decimal): -5949506 or 12466085. OLE color: 12466085.

HSL color Cylindrical-coordinate representation of color #A537BE: hue angle of 288.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A537BE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 55 190 -
CMYK 0.13 0.71 0 0.25
HSL 288.89º 0.55% 0.48% -
HSV(B) 288.89º 0.71% 0.75% -
XYZ 26.18 14.45 50.12 -
YUV 103.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 165 55 190 0.13 0.71 0 0.25 288.89 0.55 0.48
Hex A5 37 BE D 47 0 19 121 37 30
Octal 245 67 276 15 107 0 31 441 67 60
Binary 10100101 110111 10111110 1101 1000111 0 11001 100100001 110111 110000

Color Harmonies of #A537BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537BE

Black with #A537BE

Text Example


Text Example

White with #A537BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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