Html Css Color HEX #A37DBF East Side

📋 copy color: '#A37DBF'

red 163 ◦ green 125 ◦ blue 191

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

Shades of East Side #A37DBF

Tints of East Side #A37DBF

RGB

 RED value IS 163 (64.06% from 255) = 34.03%

 GREEN value IS 125 (49.22% from 255) = 26.1%

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

R = 34.03%
G = 26.1%
B = 39.87%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A37DBF (or 0xA37DBF) is known color: East Side. HEX triplet: A3, 7D and BF. RGB value is (163,125,191). Sum of RGB (Red+Green+Blue) = 163+125+191=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #A37DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DBF is #5C8240. Grayscale: #8F8F8F. Windows color (decimal): -6062657 or 12549539. OLE color: 12549539.

HSL color Cylindrical-coordinate representation of color #A37DBF: hue angle of 274.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37DBF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 125 191 -
CMYK 0.15 0.35 0 0.25
HSL 274.55º 0.34% 0.62% -
HSV(B) 274.55º 0.35% 0.75% -
XYZ 31.84 26.22 52.67 -
YUV 143.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 163 125 191 0.15 0.35 0 0.25 274.55 0.34 0.62
Hex A3 7D BF F 23 0 19 113 22 3E
Octal 243 175 277 17 43 0 31 423 42 76
Binary 10100011 1111101 10111111 1111 100011 0 11001 100010011 100010 111110

Color Harmonies of #A37DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DBF

Black with #A37DBF

Text Example


Text Example

White with #A37DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DBF; }

 p { color: rgb(163,125,191); }

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

background-color css

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

 a { background-color: rgb(163,125,191); }

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

border-color css

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

 span { border-color: rgb(163,125,191); }

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