Html Css Color HEX #A537BB Dark Orchid

📋 copy color: '#A537BB'

red 165 ◦ green 55 ◦ blue 187

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

Shades of Dark Orchid #A537BB

Tints of Dark Orchid #A537BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 40.54%
G = 13.51%
B = 45.95%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A537BB (or 0xA537BB) is known color: Dark Orchid. HEX triplet: A5, 37 and BB. RGB value is (165,55,187). Sum of RGB (Red+Green+Blue) = 165+55+187=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #A537BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537BB is #5AC844. Grayscale: #666666. Windows color (decimal): -5949509 or 12269477. OLE color: 12269477.

HSL color Cylindrical-coordinate representation of color #A537BB: hue angle of 290º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A537BB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 55 187 -
CMYK 0.12 0.71 0 0.27
HSL 290º 0.55% 0.47% -
HSV(B) 290º 0.71% 0.73% -
XYZ 25.85 14.32 48.42 -
YUV 102.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 165 55 187 0.12 0.71 0 0.27 290 0.55 0.47
Hex A5 37 BB C 47 0 1B 122 37 2F
Octal 245 67 273 14 107 0 33 442 67 57
Binary 10100101 110111 10111011 1100 1000111 0 11011 100100010 110111 101111

Color Harmonies of #A537BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537BB

Black with #A537BB

Text Example


Text Example

White with #A537BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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