Html Css Color HEX #AE415B Hippie Pink

📋 copy color: '#AE415B'

red 174 ◦ green 65 ◦ blue 91

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

Shades of Hippie Pink #AE415B

Tints of Hippie Pink #AE415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 52.73%
G = 19.7%
B = 27.58%

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

#AE415B (or 0xAE415B) is known color: Hippie Pink. HEX triplet: AE, 41 and 5B. RGB value is (174,65,91). Sum of RGB (Red+Green+Blue) = 174+65+91=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE415B is #51BEA4. Grayscale: #646464. Windows color (decimal): -5357221 or 5980590. OLE color: 5980590.

HSL color Cylindrical-coordinate representation of color #AE415B: hue angle of 345.69º 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 #AE415B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 65 91 -
CMYK 0 0.63 0.48 0.32
HSL 345.69º 0.46% 0.47% -
HSV(B) 345.69º 0.63% 0.68% -
XYZ 21.23 13.53 11.39 -
YUV 100.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 174 65 91 0 0.63 0.48 0.32 345.69 0.46 0.47
Hex AE 41 5B 0 3F 30 20 15A 2E 2F
Octal 256 101 133 0 77 60 40 532 56 57
Binary 10101110 1000001 1011011 0 111111 110000 100000 101011010 101110 101111

Color Harmonies of #AE415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE415B

Black with #AE415B

Text Example


Text Example

White with #AE415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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