Html Css Color HEX #AF3F5A Hippie Pink

📋 copy color: '#AF3F5A'

red 175 ◦ green 63 ◦ blue 90

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

Shades of Hippie Pink #AF3F5A

Tints of Hippie Pink #AF3F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 53.35%
G = 19.21%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF3F5A (or 0xAF3F5A) is known color: Hippie Pink. HEX triplet: AF, 3F and 5A. RGB value is (175,63,90). Sum of RGB (Red+Green+Blue) = 175+63+90=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F5A is #50C0A5. Grayscale: #636363. Windows color (decimal): -5292198 or 5914543. OLE color: 5914543.

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

Color convert

RGB 175 63 90 -
CMYK 0 0.64 0.49 0.31
HSL 345.54º 0.47% 0.47% -
HSV(B) 345.54º 0.64% 0.69% -
XYZ 21.3 13.41 11.14 -
YUV 99.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 175 63 90 0 0.64 0.49 0.31 345.54 0.47 0.47
Hex AF 3F 5A 0 40 31 1F 15A 2F 2F
Octal 257 77 132 0 100 61 37 532 57 57
Binary 10101111 111111 1011010 0 1000000 110001 11111 101011010 101111 101111

Color Harmonies of #AF3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F5A

Black with #AF3F5A

Text Example


Text Example

White with #AF3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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