Html Css Color HEX #AF4355 Hippie Pink

📋 copy color: '#AF4355'

red 175 ◦ green 67 ◦ blue 85

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

Shades of Hippie Pink #AF4355

Tints of Hippie Pink #AF4355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.49%

 BLUE value IS 85 (33.59% from 255) = 25.99%

R = 53.52%
G = 20.49%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF4355 (or 0xAF4355) is known color: Hippie Pink. HEX triplet: AF, 43 and 55. RGB value is (175,67,85). Sum of RGB (Red+Green+Blue) = 175+67+85=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4355 is #50BCAA. Grayscale: #656565. Windows color (decimal): -5291179 or 5587887. OLE color: 5587887.

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

Color convert

RGB 175 67 85 -
CMYK 0 0.62 0.51 0.31
HSL 350º 0.45% 0.47% -
HSV(B) 350º 0.62% 0.69% -
XYZ 21.33 13.78 10.13 -
YUV 101.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 175 67 85 0 0.62 0.51 0.31 350 0.45 0.47
Hex AF 43 55 0 3E 33 1F 15E 2D 2F
Octal 257 103 125 0 76 63 37 536 55 57
Binary 10101111 1000011 1010101 0 111110 110011 11111 101011110 101101 101111

Color Harmonies of #AF4355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4355

Black with #AF4355

Text Example


Text Example

White with #AF4355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4355; }

 p { color: rgb(175,67,85); }

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

background-color css

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

 a { background-color: rgb(175,67,85); }

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

border-color css

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

 span { border-color: rgb(175,67,85); }

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