Html Css Color HEX #AF3F5C Hippie Pink

📋 copy color: '#AF3F5C'

red 175 ◦ green 63 ◦ blue 92

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

Shades of Hippie Pink #AF3F5C

Tints of Hippie Pink #AF3F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 53.03%
G = 19.09%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF3F5C (or 0xAF3F5C) is known color: Hippie Pink. HEX triplet: AF, 3F and 5C. RGB value is (175,63,92). Sum of RGB (Red+Green+Blue) = 175+63+92=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F5C is #50C0A3. Grayscale: #636363. Windows color (decimal): -5292196 or 6045615. OLE color: 6045615.

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

Color convert

RGB 175 63 92 -
CMYK 0 0.64 0.47 0.31
HSL 344.46º 0.47% 0.47% -
HSV(B) 344.46º 0.64% 0.69% -
XYZ 21.39 13.44 11.59 -
YUV 99.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 175 63 92 0 0.64 0.47 0.31 344.46 0.47 0.47
Hex AF 3F 5C 0 40 2F 1F 158 2F 2F
Octal 257 77 134 0 100 57 37 530 57 57
Binary 10101111 111111 1011100 0 1000000 101111 11111 101011000 101111 101111

Color Harmonies of #AF3F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F5C

Black with #AF3F5C

Text Example


Text Example

White with #AF3F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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