Html Css Color HEX #AE415D Hippie Pink

📋 copy color: '#AE415D'

red 174 ◦ green 65 ◦ blue 93

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

Shades of Hippie Pink #AE415D

Tints of Hippie Pink #AE415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 52.41%
G = 19.58%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE415D (or 0xAE415D) is known color: Hippie Pink. HEX triplet: AE, 41 and 5D. RGB value is (174,65,93). Sum of RGB (Red+Green+Blue) = 174+65+93=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE415D is #51BEA2. Grayscale: #646464. Windows color (decimal): -5357219 or 6111662. OLE color: 6111662.

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

Color convert

RGB 174 65 93 -
CMYK 0 0.63 0.47 0.32
HSL 344.59º 0.46% 0.47% -
HSV(B) 344.59º 0.63% 0.68% -
XYZ 21.32 13.57 11.85 -
YUV 100.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 174 65 93 0 0.63 0.47 0.32 344.59 0.46 0.47
Hex AE 41 5D 0 3F 2F 20 159 2E 2F
Octal 256 101 135 0 77 57 40 531 56 57
Binary 10101110 1000001 1011101 0 111111 101111 100000 101011001 101110 101111

Color Harmonies of #AE415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE415D

Black with #AE415D

Text Example


Text Example

White with #AE415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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