Html Css Color HEX #AF4550 Hippie Pink

📋 copy color: '#AF4550'

red 175 ◦ green 69 ◦ blue 80

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

Shades of Hippie Pink #AF4550

Tints of Hippie Pink #AF4550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 54.01%
G = 21.3%
B = 24.69%

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

#AF4550 (or 0xAF4550) is known color: Hippie Pink. HEX triplet: AF, 45 and 50. RGB value is (175,69,80). Sum of RGB (Red+Green+Blue) = 175+69+80=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4550 is #50BAAF. Grayscale: #666666. Windows color (decimal): -5290672 or 5260719. OLE color: 5260719.

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

Color convert

RGB 175 69 80 -
CMYK 0 0.61 0.54 0.31
HSL 353.77º 0.43% 0.48% -
HSV(B) 353.77º 0.61% 0.69% -
XYZ 21.26 13.95 9.16 -
YUV 101.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 175 69 80 0 0.61 0.54 0.31 353.77 0.43 0.48
Hex AF 45 50 0 3D 36 1F 162 2B 30
Octal 257 105 120 0 75 66 37 542 53 60
Binary 10101111 1000101 1010000 0 111101 110110 11111 101100010 101011 110000

Color Harmonies of #AF4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4550

Black with #AF4550

Text Example


Text Example

White with #AF4550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4550; }

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

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

background-color css

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

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

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

border-color css

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

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

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