Html Css Color HEX #AF4460 Hippie Pink

📋 copy color: '#AF4460'

red 175 ◦ green 68 ◦ blue 96

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

Shades of Hippie Pink #AF4460

Tints of Hippie Pink #AF4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 51.62%
G = 20.06%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF4460 (or 0xAF4460) is known color: Hippie Pink. HEX triplet: AF, 44 and 60. RGB value is (175,68,96). Sum of RGB (Red+Green+Blue) = 175+68+96=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4460 is #50BB9F. Grayscale: #676767. Windows color (decimal): -5290912 or 6309039. OLE color: 6309039.

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

Color convert

RGB 175 68 96 -
CMYK 0 0.61 0.45 0.31
HSL 344.3º 0.44% 0.48% -
HSV(B) 344.3º 0.61% 0.69% -
XYZ 21.86 14.09 12.63 -
YUV 103.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 175 68 96 0 0.61 0.45 0.31 344.3 0.44 0.48
Hex AF 44 60 0 3D 2D 1F 158 2C 30
Octal 257 104 140 0 75 55 37 530 54 60
Binary 10101111 1000100 1100000 0 111101 101101 11111 101011000 101100 110000

Color Harmonies of #AF4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4460

Black with #AF4460

Text Example


Text Example

White with #AF4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4460; }

 p { color: rgb(175,68,96); }

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

background-color css

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

 a { background-color: rgb(175,68,96); }

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

border-color css

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

 span { border-color: rgb(175,68,96); }

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