#AF405A

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

Shades of Hippie Pink #AF405A

Tints of Hippie Pink #AF405A

Color information

#AF405A (or 0xAF405A) is unknown color: approx Hippie Pink. HEX triplet: AF, 40 and 5A. RGB value is (175,64,90). Sum of RGB (Red+Green+Blue) = 175+64+90=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF405A is #50BFA5. Grayscale: #646464. Windows color (decimal): -5291942 or 5914799. OLE color: 5914799.

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

Color convert

RGB1756490-
CMYK00.630.490.31
HSL345.95º46.44%46.86%-
HSV(B)345.95º63.43%68.63%-
XYZ21.3613.5211.16-
YUV100.15122.27181.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=53.19%
G=19.45%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175649000.630.490.31345.9546.4446.86
HexAF405A03F311F15a2e2f
Octal25710013207761375325657
Binary1010111110000001011010011111111000111111101011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF405A; }

 p { color: rgb(175,64,90); }

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

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

 a { background-color: rgb(175,64,90); }

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

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

 span { border-color: rgb(175,64,90); }

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