Html Css Color HEX #AF465B Hippie Pink

📋 copy color: '#AF465B'

red 175 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #AF465B

Tints of Hippie Pink #AF465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 52.08%
G = 20.83%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF465B (or 0xAF465B) is known color: Hippie Pink. HEX triplet: AF, 46 and 5B. RGB value is (175,70,91). Sum of RGB (Red+Green+Blue) = 175+70+91=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF465B is #50B9A4. Grayscale: #676767. Windows color (decimal): -5290405 or 5981871. OLE color: 5981871.

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

Color convert

RGB 175 70 91 -
CMYK 0 0.60 0.48 0.31
HSL 348º 0.43% 0.48% -
HSV(B) 348º 0.6% 0.69% -
XYZ 21.76 14.25 11.5 -
YUV 103.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 175 70 91 0 0.60 0.48 0.31 348 0.43 0.48
Hex AF 46 5B 0 3C 30 1F 15C 2B 30
Octal 257 106 133 0 74 60 37 534 53 60
Binary 10101111 1000110 1011011 0 111100 110000 11111 101011100 101011 110000

Color Harmonies of #AF465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF465B

Black with #AF465B

Text Example


Text Example

White with #AF465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF465B; }

 p { color: rgb(175,70,91); }

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

background-color css

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

 a { background-color: rgb(175,70,91); }

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

border-color css

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

 span { border-color: rgb(175,70,91); }

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