Html Css Color HEX #A57DBA East Side

📋 copy color: '#A57DBA'

red 165 ◦ green 125 ◦ blue 186

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

Shades of East Side #A57DBA

Tints of East Side #A57DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 34.66%
G = 26.26%
B = 39.08%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A57DBA (or 0xA57DBA) is known color: East Side. HEX triplet: A5, 7D and BA. RGB value is (165,125,186). Sum of RGB (Red+Green+Blue) = 165+125+186=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #A57DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DBA is #5A8245. Grayscale: #8F8F8F. Windows color (decimal): -5931590 or 12221861. OLE color: 12221861.

HSL color Cylindrical-coordinate representation of color #A57DBA: hue angle of 279.34º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A57DBA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 125 186 -
CMYK 0.11 0.33 0 0.27
HSL 279.34º 0.31% 0.61% -
HSV(B) 279.34º 0.33% 0.73% -
XYZ 31.71 26.21 49.84 -
YUV 143.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 165 125 186 0.11 0.33 0 0.27 279.34 0.31 0.61
Hex A5 7D BA B 21 0 1B 117 1F 3D
Octal 245 175 272 13 41 0 33 427 37 75
Binary 10100101 1111101 10111010 1011 100001 0 11011 100010111 11111 111101

Color Harmonies of #A57DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DBA

Black with #A57DBA

Text Example


Text Example

White with #A57DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DBA; }

 p { color: rgb(165,125,186); }

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

background-color css

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

 a { background-color: rgb(165,125,186); }

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

border-color css

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

 span { border-color: rgb(165,125,186); }

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