Html Css Color HEX #AF4057 Hippie Pink

📋 copy color: '#AF4057'

red 175 ◦ green 64 ◦ blue 87

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

Shades of Hippie Pink #AF4057

Tints of Hippie Pink #AF4057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.69%

R = 53.68%
G = 19.63%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF4057 (or 0xAF4057) is known color: Hippie Pink. HEX triplet: AF, 40 and 57. RGB value is (175,64,87). Sum of RGB (Red+Green+Blue) = 175+64+87=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4057 is #50BFA8. Grayscale: #636363. Windows color (decimal): -5291945 or 5718191. OLE color: 5718191.

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

Color convert

RGB 175 64 87 -
CMYK 0 0.63 0.50 0.31
HSL 347.57º 0.46% 0.47% -
HSV(B) 347.57º 0.63% 0.69% -
XYZ 21.23 13.47 10.5 -
YUV 99.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 175 64 87 0 0.63 0.50 0.31 347.57 0.46 0.47
Hex AF 40 57 0 3F 32 1F 15C 2E 2F
Octal 257 100 127 0 77 62 37 534 56 57
Binary 10101111 1000000 1010111 0 111111 110010 11111 101011100 101110 101111

Color Harmonies of #AF4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4057

Black with #AF4057

Text Example


Text Example

White with #AF4057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4057; }

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

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

background-color css

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

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

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

border-color css

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

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

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