Html Css Color HEX #AF3F54 Hippie Pink

📋 copy color: '#AF3F54'

red 175 ◦ green 63 ◦ blue 84

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

Shades of Hippie Pink #AF3F54

Tints of Hippie Pink #AF3F54

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 54.35%
G = 19.57%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF3F54 (or 0xAF3F54) is known color: Hippie Pink. HEX triplet: AF, 3F and 54. RGB value is (175,63,84). Sum of RGB (Red+Green+Blue) = 175+63+84=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F54 is #50C0AB. Grayscale: #626262. Windows color (decimal): -5292204 or 5521327. OLE color: 5521327.

HSL color Cylindrical-coordinate representation of color #AF3F54: hue angle of 348.75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F54 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 84 -
CMYK 0 0.64 0.52 0.31
HSL 348.75º 0.47% 0.47% -
HSV(B) 348.75º 0.64% 0.69% -
XYZ 21.06 13.31 9.85 -
YUV 98.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 175 63 84 0 0.64 0.52 0.31 348.75 0.47 0.47
Hex AF 3F 54 0 40 34 1F 15D 2F 2F
Octal 257 77 124 0 100 64 37 535 57 57
Binary 10101111 111111 1010100 0 1000000 110100 11111 101011101 101111 101111

Color Harmonies of #AF3F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F54

Black with #AF3F54

Text Example


Text Example

White with #AF3F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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