Html Css Color HEX #AF4055 Hippie Pink

📋 copy color: '#AF4055'

red 175 ◦ green 64 ◦ blue 85

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

Shades of Hippie Pink #AF4055

Tints of Hippie Pink #AF4055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 54.01%
G = 19.75%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF4055 (or 0xAF4055) is known color: Hippie Pink. HEX triplet: AF, 40 and 55. RGB value is (175,64,85). Sum of RGB (Red+Green+Blue) = 175+64+85=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4055 is #50BFAA. Grayscale: #636363. Windows color (decimal): -5291947 or 5587119. OLE color: 5587119.

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

Color convert

RGB 175 64 85 -
CMYK 0 0.63 0.51 0.31
HSL 348.65º 0.46% 0.47% -
HSV(B) 348.65º 0.63% 0.69% -
XYZ 21.15 13.44 10.07 -
YUV 99.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 175 64 85 0 0.63 0.51 0.31 348.65 0.46 0.47
Hex AF 40 55 0 3F 33 1F 15D 2E 2F
Octal 257 100 125 0 77 63 37 535 56 57
Binary 10101111 1000000 1010101 0 111111 110011 11111 101011101 101110 101111

Color Harmonies of #AF4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4055

Black with #AF4055

Text Example


Text Example

White with #AF4055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4055; }

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

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

background-color css

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

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

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

border-color css

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

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

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