Html Css Color HEX #AF4054 Hippie Pink

📋 copy color: '#AF4054'

red 175 ◦ green 64 ◦ blue 84

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

Shades of Hippie Pink #AF4054

Tints of Hippie Pink #AF4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 54.18%
G = 19.81%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF4054 (or 0xAF4054) is known color: Hippie Pink. HEX triplet: AF, 40 and 54. RGB value is (175,64,84). Sum of RGB (Red+Green+Blue) = 175+64+84=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4054 is #50BFAB. Grayscale: #636363. Windows color (decimal): -5291948 or 5521583. OLE color: 5521583.

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

Color convert

RGB 175 64 84 -
CMYK 0 0.63 0.52 0.31
HSL 349.19º 0.46% 0.47% -
HSV(B) 349.19º 0.63% 0.69% -
XYZ 21.11 13.42 9.87 -
YUV 99.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 175 64 84 0 0.63 0.52 0.31 349.19 0.46 0.47
Hex AF 40 54 0 3F 34 1F 15D 2E 2F
Octal 257 100 124 0 77 64 37 535 56 57
Binary 10101111 1000000 1010100 0 111111 110100 11111 101011101 101110 101111

Color Harmonies of #AF4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4054

Black with #AF4054

Text Example


Text Example

White with #AF4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4054; }

 p { color: rgb(175,64,84); }

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

background-color css

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

 a { background-color: rgb(175,64,84); }

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

border-color css

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

 span { border-color: rgb(175,64,84); }

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