Html Css Color HEX #AF4351 Hippie Pink

📋 copy color: '#AF4351'

red 175 ◦ green 67 ◦ blue 81

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

Shades of Hippie Pink #AF4351

Tints of Hippie Pink #AF4351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

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

R = 54.18%
G = 20.74%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF4351 (or 0xAF4351) is known color: Hippie Pink. HEX triplet: AF, 43 and 51. RGB value is (175,67,81). Sum of RGB (Red+Green+Blue) = 175+67+81=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4351 is #50BCAE. Grayscale: #646464. Windows color (decimal): -5291183 or 5325743. OLE color: 5325743.

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

Color convert

RGB 175 67 81 -
CMYK 0 0.62 0.54 0.31
HSL 352.22º 0.45% 0.47% -
HSV(B) 352.22º 0.62% 0.69% -
XYZ 21.17 13.72 9.32 -
YUV 100.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 175 67 81 0 0.62 0.54 0.31 352.22 0.45 0.47
Hex AF 43 51 0 3E 36 1F 160 2D 2F
Octal 257 103 121 0 76 66 37 540 55 57
Binary 10101111 1000011 1010001 0 111110 110110 11111 101100000 101101 101111

Color Harmonies of #AF4351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4351

Black with #AF4351

Text Example


Text Example

White with #AF4351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4351; }

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

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

background-color css

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

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

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

border-color css

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

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

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