Html Css Color HEX #AF4059 Hippie Pink

📋 copy color: '#AF4059'

red 175 ◦ green 64 ◦ blue 89

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

Shades of Hippie Pink #AF4059

Tints of Hippie Pink #AF4059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 53.35%
G = 19.51%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF4059 (or 0xAF4059) is known color: Hippie Pink. HEX triplet: AF, 40 and 59. RGB value is (175,64,89). Sum of RGB (Red+Green+Blue) = 175+64+89=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4059 is #50BFA6. Grayscale: #646464. Windows color (decimal): -5291943 or 5849263. OLE color: 5849263.

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

Color convert

RGB 175 64 89 -
CMYK 0 0.63 0.49 0.31
HSL 346.49º 0.46% 0.47% -
HSV(B) 346.49º 0.63% 0.69% -
XYZ 21.32 13.5 10.93 -
YUV 100.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 175 64 89 0 0.63 0.49 0.31 346.49 0.46 0.47
Hex AF 40 59 0 3F 31 1F 15A 2E 2F
Octal 257 100 131 0 77 61 37 532 56 57
Binary 10101111 1000000 1011001 0 111111 110001 11111 101011010 101110 101111

Color Harmonies of #AF4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4059

Black with #AF4059

Text Example


Text Example

White with #AF4059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4059; }

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

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

background-color css

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

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

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

border-color css

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

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

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