Html Css Color HEX #AF4151 Hippie Pink

📋 copy color: '#AF4151'

red 175 ◦ green 65 ◦ blue 81

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

Shades of Hippie Pink #AF4151

Tints of Hippie Pink #AF4151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 54.52%
G = 20.25%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF4151 (or 0xAF4151) is known color: Hippie Pink. HEX triplet: AF, 41 and 51. RGB value is (175,65,81). Sum of RGB (Red+Green+Blue) = 175+65+81=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4151 is #50BEAE. Grayscale: #636363. Windows color (decimal): -5291695 or 5325231. OLE color: 5325231.

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

Color convert

RGB 175 65 81 -
CMYK 0 0.63 0.54 0.31
HSL 351.27º 0.46% 0.47% -
HSV(B) 351.27º 0.63% 0.69% -
XYZ 21.05 13.49 9.28 -
YUV 99.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 175 65 81 0 0.63 0.54 0.31 351.27 0.46 0.47
Hex AF 41 51 0 3F 36 1F 15F 2E 2F
Octal 257 101 121 0 77 66 37 537 56 57
Binary 10101111 1000001 1010001 0 111111 110110 11111 101011111 101110 101111

Color Harmonies of #AF4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4151

Black with #AF4151

Text Example


Text Example

White with #AF4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4151; }

 p { color: rgb(175,65,81); }

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

background-color css

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

 a { background-color: rgb(175,65,81); }

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

border-color css

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

 span { border-color: rgb(175,65,81); }

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