Html Css Color HEX #AE415A Hippie Pink

📋 copy color: '#AE415A'

red 174 ◦ green 65 ◦ blue 90

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

Shades of Hippie Pink #AE415A

Tints of Hippie Pink #AE415A

RGB

 RED value IS 174 (68.36% from 255) = 52.89%

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

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

R = 52.89%
G = 19.76%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE415A (or 0xAE415A) is known color: Hippie Pink. HEX triplet: AE, 41 and 5A. RGB value is (174,65,90). Sum of RGB (Red+Green+Blue) = 174+65+90=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE415A is #51BEA5. Grayscale: #646464. Windows color (decimal): -5357222 or 5915054. OLE color: 5915054.

HSL color Cylindrical-coordinate representation of color #AE415A: hue angle of 346.24º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE415A is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 65 90 -
CMYK 0 0.63 0.48 0.32
HSL 346.24º 0.46% 0.47% -
HSV(B) 346.24º 0.63% 0.68% -
XYZ 21.19 13.52 11.17 -
YUV 100.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 174 65 90 0 0.63 0.48 0.32 346.24 0.46 0.47
Hex AE 41 5A 0 3F 30 20 15A 2E 2F
Octal 256 101 132 0 77 60 40 532 56 57
Binary 10101110 1000001 1011010 0 111111 110000 100000 101011010 101110 101111

Color Harmonies of #AE415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE415A

Black with #AE415A

Text Example


Text Example

White with #AE415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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