Html Css Color HEX #AF4053 Hippie Pink

📋 copy color: '#AF4053'

red 175 ◦ green 64 ◦ blue 83

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

Shades of Hippie Pink #AF4053

Tints of Hippie Pink #AF4053

RGB

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

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

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

R = 54.35%
G = 19.88%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF4053 (or 0xAF4053) is known color: Hippie Pink. HEX triplet: AF, 40 and 53. RGB value is (175,64,83). Sum of RGB (Red+Green+Blue) = 175+64+83=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4053 is #50BFAC. Grayscale: #636363. Windows color (decimal): -5291949 or 5456047. OLE color: 5456047.

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

Color convert

RGB 175 64 83 -
CMYK 0 0.63 0.53 0.31
HSL 349.73º 0.46% 0.47% -
HSV(B) 349.73º 0.63% 0.69% -
XYZ 21.07 13.41 9.66 -
YUV 99.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 175 64 83 0 0.63 0.53 0.31 349.73 0.46 0.47
Hex AF 40 53 0 3F 35 1F 15E 2E 2F
Octal 257 100 123 0 77 65 37 536 56 57
Binary 10101111 1000000 1010011 0 111111 110101 11111 101011110 101110 101111

Color Harmonies of #AF4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4053

Black with #AF4053

Text Example


Text Example

White with #AF4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4053; }

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

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

background-color css

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

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

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

border-color css

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

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

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