Html Css Color HEX #AF455C Hippie Pink

📋 copy color: '#AF455C'

red 175 ◦ green 69 ◦ blue 92

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

Shades of Hippie Pink #AF455C

Tints of Hippie Pink #AF455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

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

R = 52.08%
G = 20.54%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF455C (or 0xAF455C) is known color: Hippie Pink. HEX triplet: AF, 45 and 5C. RGB value is (175,69,92). Sum of RGB (Red+Green+Blue) = 175+69+92=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF455C is #50BAA3. Grayscale: #676767. Windows color (decimal): -5290660 or 6047151. OLE color: 6047151.

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

Color convert

RGB 175 69 92 -
CMYK 0 0.61 0.47 0.31
HSL 346.98º 0.43% 0.48% -
HSV(B) 346.98º 0.61% 0.69% -
XYZ 21.74 14.14 11.71 -
YUV 103.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 175 69 92 0 0.61 0.47 0.31 346.98 0.43 0.48
Hex AF 45 5C 0 3D 2F 1F 15B 2B 30
Octal 257 105 134 0 75 57 37 533 53 60
Binary 10101111 1000101 1011100 0 111101 101111 11111 101011011 101011 110000

Color Harmonies of #AF455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF455C

Black with #AF455C

Text Example


Text Example

White with #AF455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF455C; }

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

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

background-color css

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

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

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

border-color css

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

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

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