Html Css Color HEX #AA74B4 East Side

📋 copy color: '#AA74B4'

red 170 ◦ green 116 ◦ blue 180

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

Shades of East Side #AA74B4

Tints of East Side #AA74B4

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.89%

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

R = 36.48%
G = 24.89%
B = 38.63%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA74B4 (or 0xAA74B4) is known color: East Side. HEX triplet: AA, 74 and B4. RGB value is (170,116,180). Sum of RGB (Red+Green+Blue) = 170+116+180=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA74B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74B4 is #558B4B. Grayscale: #8B8B8B. Windows color (decimal): -5606220 or 11826346. OLE color: 11826346.

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

Color convert

RGB 170 116 180 -
CMYK 0.06 0.36 0 0.29
HSL 290.63º 0.3% 0.58% -
HSV(B) 290.63º 0.36% 0.71% -
XYZ 31.06 24.33 46.24 -
YUV 139.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 170 116 180 0.06 0.36 0 0.29 290.63 0.3 0.58
Hex AA 74 B4 6 24 0 1D 123 1E 3A
Octal 252 164 264 6 44 0 35 443 36 72
Binary 10101010 1110100 10110100 110 100100 0 11101 100100011 11110 111010

Color Harmonies of #AA74B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA74B4

Black with #AA74B4

Text Example


Text Example

White with #AA74B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA74B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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