Html Css Color HEX #AA7DBB East Side

📋 copy color: '#AA7DBB'

red 170 ◦ green 125 ◦ blue 187

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

Shades of East Side #AA7DBB

Tints of East Side #AA7DBB

RGB

 RED value IS 170 (66.8% from 255) = 35.27%

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

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

R = 35.27%
G = 25.93%
B = 38.8%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA7DBB (or 0xAA7DBB) is known color: East Side. HEX triplet: AA, 7D and BB. RGB value is (170,125,187). Sum of RGB (Red+Green+Blue) = 170+125+187=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DBB is #558244. Grayscale: #919191. Windows color (decimal): -5603909 or 12287402. OLE color: 12287402.

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

Color convert

RGB 170 125 187 -
CMYK 0.09 0.33 0 0.27
HSL 283.55º 0.31% 0.61% -
HSV(B) 283.55º 0.33% 0.73% -
XYZ 32.88 26.8 50.45 -
YUV 145.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 170 125 187 0.09 0.33 0 0.27 283.55 0.31 0.61
Hex AA 7D BB 9 21 0 1B 11C 1F 3D
Octal 252 175 273 11 41 0 33 434 37 75
Binary 10101010 1111101 10111011 1001 100001 0 11011 100011100 11111 111101

Color Harmonies of #AA7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DBB

Black with #AA7DBB

Text Example


Text Example

White with #AA7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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