Html Css Color HEX #AF4453 Hippie Pink

📋 copy color: '#AF4453'

red 175 ◦ green 68 ◦ blue 83

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

Shades of Hippie Pink #AF4453

Tints of Hippie Pink #AF4453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 53.68%
G = 20.86%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF4453 (or 0xAF4453) is known color: Hippie Pink. HEX triplet: AF, 44 and 53. RGB value is (175,68,83). Sum of RGB (Red+Green+Blue) = 175+68+83=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4453 is #50BBAC. Grayscale: #656565. Windows color (decimal): -5290925 or 5457071. OLE color: 5457071.

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

Color convert

RGB 175 68 83 -
CMYK 0 0.61 0.53 0.31
HSL 351.59º 0.44% 0.48% -
HSV(B) 351.59º 0.61% 0.69% -
XYZ 21.31 13.87 9.74 -
YUV 101.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 175 68 83 0 0.61 0.53 0.31 351.59 0.44 0.48
Hex AF 44 53 0 3D 35 1F 160 2C 30
Octal 257 104 123 0 75 65 37 540 54 60
Binary 10101111 1000100 1010011 0 111101 110101 11111 101100000 101100 110000

Color Harmonies of #AF4453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4453

Black with #AF4453

Text Example


Text Example

White with #AF4453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4453; }

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

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

background-color css

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

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

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

border-color css

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

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

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