Html Css Color HEX #A57DBB East Side

📋 copy color: '#A57DBB'

red 165 ◦ green 125 ◦ blue 187

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

Shades of East Side #A57DBB

Tints of East Side #A57DBB

RGB

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

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

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

R = 34.59%
G = 26.21%
B = 39.2%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A57DBB (or 0xA57DBB) is known color: East Side. HEX triplet: A5, 7D and BB. RGB value is (165,125,187). Sum of RGB (Red+Green+Blue) = 165+125+187=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #A57DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DBB is #5A8244. Grayscale: #8F8F8F. Windows color (decimal): -5931589 or 12287397. OLE color: 12287397.

HSL color Cylindrical-coordinate representation of color #A57DBB: hue angle of 278.71º 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 #A57DBB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 125 187 -
CMYK 0.12 0.33 0 0.27
HSL 278.71º 0.31% 0.61% -
HSV(B) 278.71º 0.33% 0.73% -
XYZ 31.82 26.25 50.4 -
YUV 144.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 165 125 187 0.12 0.33 0 0.27 278.71 0.31 0.61
Hex A5 7D BB C 21 0 1B 117 1F 3D
Octal 245 175 273 14 41 0 33 427 37 75
Binary 10100101 1111101 10111011 1100 100001 0 11011 100010111 11111 111101

Color Harmonies of #A57DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DBB

Black with #A57DBB

Text Example


Text Example

White with #A57DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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