Html Css Color HEX #AF4551 Hippie Pink

📋 copy color: '#AF4551'

red 175 ◦ green 69 ◦ blue 81

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

Shades of Hippie Pink #AF4551

Tints of Hippie Pink #AF4551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 53.85%
G = 21.23%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF4551 (or 0xAF4551) is known color: Hippie Pink. HEX triplet: AF, 45 and 51. RGB value is (175,69,81). Sum of RGB (Red+Green+Blue) = 175+69+81=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4551 is #50BAAE. Grayscale: #666666. Windows color (decimal): -5290671 or 5326255. OLE color: 5326255.

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

Color convert

RGB 175 69 81 -
CMYK 0 0.61 0.54 0.31
HSL 353.21º 0.43% 0.48% -
HSV(B) 353.21º 0.61% 0.69% -
XYZ 21.29 13.96 9.36 -
YUV 102.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 175 69 81 0 0.61 0.54 0.31 353.21 0.43 0.48
Hex AF 45 51 0 3D 36 1F 161 2B 30
Octal 257 105 121 0 75 66 37 541 53 60
Binary 10101111 1000101 1010001 0 111101 110110 11111 101100001 101011 110000

Color Harmonies of #AF4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4551

Black with #AF4551

Text Example


Text Example

White with #AF4551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4551; }

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

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

background-color css

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

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

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

border-color css

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

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

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