Html Css Color HEX #AA415A Hippie Pink

📋 copy color: '#AA415A'

red 170 ◦ green 65 ◦ blue 90

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

Shades of Hippie Pink #AA415A

Tints of Hippie Pink #AA415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 52.31%
G = 20%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA415A (or 0xAA415A) is known color: Hippie Pink. HEX triplet: AA, 41 and 5A. RGB value is (170,65,90). Sum of RGB (Red+Green+Blue) = 170+65+90=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA415A is #55BEA5. Grayscale: #636363. Windows color (decimal): -5619366 or 5915050. OLE color: 5915050.

HSL color Cylindrical-coordinate representation of color #AA415A: hue angle of 345.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA415A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 65 90 -
CMYK 0 0.62 0.47 0.33
HSL 345.71º 0.45% 0.46% -
HSV(B) 345.71º 0.62% 0.67% -
XYZ 20.31 13.06 11.12 -
YUV 99.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 170 65 90 0 0.62 0.47 0.33 345.71 0.45 0.46
Hex AA 41 5A 0 3E 2F 21 15A 2D 2E
Octal 252 101 132 0 76 57 41 532 55 56
Binary 10101010 1000001 1011010 0 111110 101111 100001 101011010 101101 101110

Color Harmonies of #AA415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA415A

Black with #AA415A

Text Example


Text Example

White with #AA415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA415A; }

 p { color: rgb(170,65,90); }

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

background-color css

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

 a { background-color: rgb(170,65,90); }

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

border-color css

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

 span { border-color: rgb(170,65,90); }

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