#AF4B62

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

Shades of Hippie Pink #AF4B62

Tints of Hippie Pink #AF4B62

Color information

#AF4B62 (or 0xAF4B62) is unknown color: approx Hippie Pink. HEX triplet: AF, 4B and 62. RGB value is (175,75,98). Sum of RGB (Red+Green+Blue) = 175+75+98=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4B62 is #50B49D. Grayscale: #6B6B6B. Windows color (decimal): -5289118 or 6441903. OLE color: 6441903.

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

Color convert

RGB1757598-
CMYK00.570.440.31
HSL346.2º40%49.02%-
HSV(B)346.2º57.14%68.63%-
XYZ22.415.0313.28-
YUV107.52122.63176.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=50.29%
G=21.55%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175759800.570.440.31346.24049.02
HexAF4B620392C1F15a2831
Octal25711314207154375325061
Binary1010111110010111100010011100110110011111101011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B62; }

 p { color: rgb(175,75,98); }

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

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

 a { background-color: rgb(175,75,98); }

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

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

 span { border-color: rgb(175,75,98); }

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