Html Css Color HEX #AA7BB4 East Side

📋 copy color: '#AA7BB4'

red 170 ◦ green 123 ◦ blue 180

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

Shades of East Side #AA7BB4

Tints of East Side #AA7BB4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26%

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 35.94%
G = 26%
B = 38.05%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA7BB4 (or 0xAA7BB4) is known color: East Side. HEX triplet: AA, 7B and B4. RGB value is (170,123,180). Sum of RGB (Red+Green+Blue) = 170+123+180=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA7BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BB4 is #55844B. Grayscale: #8F8F8F. Windows color (decimal): -5604428 or 11828138. OLE color: 11828138.

HSL color Cylindrical-coordinate representation of color #AA7BB4: hue angle of 289.47º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7BB4 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 123 180 -
CMYK 0.06 0.32 0 0.29
HSL 289.47º 0.28% 0.59% -
HSV(B) 289.47º 0.32% 0.71% -
XYZ 31.9 26.01 46.52 -
YUV 143.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 170 123 180 0.06 0.32 0 0.29 289.47 0.28 0.59
Hex AA 7B B4 6 20 0 1D 121 1C 3B
Octal 252 173 264 6 40 0 35 441 34 73
Binary 10101010 1111011 10110100 110 100000 0 11101 100100001 11100 111011

Color Harmonies of #AA7BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BB4

Black with #AA7BB4

Text Example


Text Example

White with #AA7BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BB4; }

 p { color: rgb(170,123,180); }

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

background-color css

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

 a { background-color: rgb(170,123,180); }

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

border-color css

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

 span { border-color: rgb(170,123,180); }

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