Html Css Color HEX #AB465E Hippie Pink

📋 copy color: '#AB465E'

red 171 ◦ green 70 ◦ blue 94

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

Shades of Hippie Pink #AB465E

Tints of Hippie Pink #AB465E

RGB

 RED value IS 171 (67.19% from 255) = 51.04%

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 51.04%
G = 20.9%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB465E (or 0xAB465E) is known color: Hippie Pink. HEX triplet: AB, 46 and 5E. RGB value is (171,70,94). Sum of RGB (Red+Green+Blue) = 171+70+94=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB465E is #54B9A1. Grayscale: #666666. Windows color (decimal): -5552546 or 6178475. OLE color: 6178475.

HSL color Cylindrical-coordinate representation of color #AB465E: hue angle of 345.74º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB465E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 94 -
CMYK 0 0.59 0.45 0.33
HSL 345.74º 0.42% 0.47% -
HSV(B) 345.74º 0.59% 0.67% -
XYZ 21.01 13.85 12.16 -
YUV 102.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 171 70 94 0 0.59 0.45 0.33 345.74 0.42 0.47
Hex AB 46 5E 0 3B 2D 21 15A 2A 2F
Octal 253 106 136 0 73 55 41 532 52 57
Binary 10101011 1000110 1011110 0 111011 101101 100001 101011010 101010 101111

Color Harmonies of #AB465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB465E

Black with #AB465E

Text Example


Text Example

White with #AB465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB465E; }

 p { color: rgb(171,70,94); }

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

background-color css

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

 a { background-color: rgb(171,70,94); }

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

border-color css

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

 span { border-color: rgb(171,70,94); }

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