#AF465F

Color #AF465F Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AF465F

Tints of Hippie Pink #AF465F

Color information

#AF465F (or 0xAF465F) is unknown color: approx Hippie Pink. HEX triplet: AF, 46 and 5F. RGB value is (175,70,95). Sum of RGB (Red+Green+Blue) = 175+70+95=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF465F is #50B9A0. Grayscale: #686868. Windows color (decimal): -5290401 or 6244015. OLE color: 6244015.

HSL color Cylindrical-coordinate representation of color #AF465F: hue angle of 345.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF465F is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1757095-
CMYK00.600.460.31
HSL345.71º42.86%48.04%-
HSV(B)345.71º60%68.63%-
XYZ21.9314.3212.43-
YUV104.24122.79178.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=51.47%
G=20.59%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175709500.600.460.31345.7142.8648.04
HexAF465F03C2E1F15a2b30
Octal25710613707456375325360
Binary1010111110001101011111011110010111011111101011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF465F; }

 p { color: rgb(175,70,95); }

 H1.HeaderClassName
 {
   color: #AF465F;
 }
 .AnyTagClassName
 {
   color: #AF465F;
 }
</style>
background-color css

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

 a { background-color: rgb(175,70,95); }

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

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

 span { border-color: rgb(175,70,95); }

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