Html Css Color HEX #AF4E58 Hippie Pink

📋 copy color: '#AF4E58'

red 175 ◦ green 78 ◦ blue 88

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

Shades of Hippie Pink #AF4E58

Tints of Hippie Pink #AF4E58

RGB

 RED value IS 175 (68.75% from 255) = 51.32%

 GREEN value IS 78 (30.86% from 255) = 22.87%

 BLUE value IS 88 (34.77% from 255) = 25.81%

R = 51.32%
G = 22.87%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF4E58 (or 0xAF4E58) is known color: Hippie Pink. HEX triplet: AF, 4E and 58. RGB value is (175,78,88). Sum of RGB (Red+Green+Blue) = 175+78+88=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E58 is #50B1A7. Grayscale: #6C6C6C. Windows color (decimal): -5288360 or 5787311. OLE color: 5787311.

HSL color Cylindrical-coordinate representation of color #AF4E58: hue angle of 353.81º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E58 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 88 -
CMYK 0 0.55 0.50 0.31
HSL 353.81º 0.38% 0.5% -
HSV(B) 353.81º 0.55% 0.69% -
XYZ 22.17 15.27 11.01 -
YUV 108.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 175 78 88 0 0.55 0.50 0.31 353.81 0.38 0.5
Hex AF 4E 58 0 37 32 1F 162 26 32
Octal 257 116 130 0 67 62 37 542 46 62
Binary 10101111 1001110 1011000 0 110111 110010 11111 101100010 100110 110010

Color Harmonies of #AF4E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E58

Black with #AF4E58

Text Example


Text Example

White with #AF4E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E58; }

 p { color: rgb(175,78,88); }

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

background-color css

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

 a { background-color: rgb(175,78,88); }

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

border-color css

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

 span { border-color: rgb(175,78,88); }

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