Html Css Color HEX #A537BD Dark Orchid

📋 copy color: '#A537BD'

red 165 ◦ green 55 ◦ blue 189

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

Shades of Dark Orchid #A537BD

Tints of Dark Orchid #A537BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 40.34%
G = 13.45%
B = 46.21%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A537BD (or 0xA537BD) is known color: Dark Orchid. HEX triplet: A5, 37 and BD. RGB value is (165,55,189). Sum of RGB (Red+Green+Blue) = 165+55+189=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #A537BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537BD is #5AC842. Grayscale: #666666. Windows color (decimal): -5949507 or 12400549. OLE color: 12400549.

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

Color convert

RGB 165 55 189 -
CMYK 0.13 0.71 0 0.26
HSL 289.25º 0.55% 0.48% -
HSV(B) 289.25º 0.71% 0.74% -
XYZ 26.07 14.41 49.55 -
YUV 103.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 165 55 189 0.13 0.71 0 0.26 289.25 0.55 0.48
Hex A5 37 BD D 47 0 1A 121 37 30
Octal 245 67 275 15 107 0 32 441 67 60
Binary 10100101 110111 10111101 1101 1000111 0 11010 100100001 110111 110000

Color Harmonies of #A537BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537BD

Black with #A537BD

Text Example


Text Example

White with #A537BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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