Html Css Color HEX #A537BF Dark Orchid

📋 copy color: '#A537BF'

red 165 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #A537BF

Tints of Dark Orchid #A537BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 40.15%
G = 13.38%
B = 46.47%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A537BF (or 0xA537BF) is known color: Dark Orchid. HEX triplet: A5, 37 and BF. RGB value is (165,55,191). Sum of RGB (Red+Green+Blue) = 165+55+191=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #A537BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537BF is #5AC840. Grayscale: #666666. Windows color (decimal): -5949505 or 12531621. OLE color: 12531621.

HSL color Cylindrical-coordinate representation of color #A537BF: hue angle of 288.53º 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 #A537BF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 55 191 -
CMYK 0.14 0.71 0 0.25
HSL 288.53º 0.55% 0.48% -
HSV(B) 288.53º 0.71% 0.75% -
XYZ 26.29 14.49 50.7 -
YUV 103.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 165 55 191 0.14 0.71 0 0.25 288.53 0.55 0.48
Hex A5 37 BF E 47 0 19 121 37 30
Octal 245 67 277 16 107 0 31 441 67 60
Binary 10100101 110111 10111111 1110 1000111 0 11001 100100001 110111 110000

Color Harmonies of #A537BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537BF

Black with #A537BF

Text Example


Text Example

White with #A537BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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