Html Css Color HEX #AF4153 Hippie Pink

📋 copy color: '#AF4153'

red 175 ◦ green 65 ◦ blue 83

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

Shades of Hippie Pink #AF4153

Tints of Hippie Pink #AF4153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 54.18%
G = 20.12%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF4153 (or 0xAF4153) is known color: Hippie Pink. HEX triplet: AF, 41 and 53. RGB value is (175,65,83). Sum of RGB (Red+Green+Blue) = 175+65+83=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4153 is #50BEAC. Grayscale: #636363. Windows color (decimal): -5291693 or 5456303. OLE color: 5456303.

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

Color convert

RGB 175 65 83 -
CMYK 0 0.63 0.53 0.31
HSL 350.18º 0.46% 0.47% -
HSV(B) 350.18º 0.63% 0.69% -
XYZ 21.13 13.52 9.68 -
YUV 99.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 175 65 83 0 0.63 0.53 0.31 350.18 0.46 0.47
Hex AF 41 53 0 3F 35 1F 15E 2E 2F
Octal 257 101 123 0 77 65 37 536 56 57
Binary 10101111 1000001 1010011 0 111111 110101 11111 101011110 101110 101111

Color Harmonies of #AF4153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4153

Black with #AF4153

Text Example


Text Example

White with #AF4153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4153; }

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

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

background-color css

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

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

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

border-color css

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

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

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