Html Css Color HEX #AF4154 Hippie Pink

📋 copy color: '#AF4154'

red 175 ◦ green 65 ◦ blue 84

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

Shades of Hippie Pink #AF4154

Tints of Hippie Pink #AF4154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

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

R = 54.01%
G = 20.06%
B = 25.93%

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

#AF4154 (or 0xAF4154) is known color: Hippie Pink. HEX triplet: AF, 41 and 54. RGB value is (175,65,84). Sum of RGB (Red+Green+Blue) = 175+65+84=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4154 is #50BEAB. Grayscale: #646464. Windows color (decimal): -5291692 or 5521839. OLE color: 5521839.

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

Color convert

RGB 175 65 84 -
CMYK 0 0.63 0.52 0.31
HSL 349.64º 0.46% 0.47% -
HSV(B) 349.64º 0.63% 0.69% -
XYZ 21.17 13.53 9.88 -
YUV 100.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 175 65 84 0 0.63 0.52 0.31 349.64 0.46 0.47
Hex AF 41 54 0 3F 34 1F 15E 2E 2F
Octal 257 101 124 0 77 64 37 536 56 57
Binary 10101111 1000001 1010100 0 111111 110100 11111 101011110 101110 101111

Color Harmonies of #AF4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4154

Black with #AF4154

Text Example


Text Example

White with #AF4154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4154; }

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

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

background-color css

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

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

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

border-color css

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

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

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