Html Css Color HEX #AB415B Hippie Pink

📋 copy color: '#AB415B'

red 171 ◦ green 65 ◦ blue 91

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

Shades of Hippie Pink #AB415B

Tints of Hippie Pink #AB415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

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

R = 52.29%
G = 19.88%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB415B (or 0xAB415B) is known color: Hippie Pink. HEX triplet: AB, 41 and 5B. RGB value is (171,65,91). Sum of RGB (Red+Green+Blue) = 171+65+91=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB415B is #54BEA4. Grayscale: #636363. Windows color (decimal): -5553829 or 5980587. OLE color: 5980587.

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

Color convert

RGB 171 65 91 -
CMYK 0 0.62 0.47 0.33
HSL 345.28º 0.45% 0.46% -
HSV(B) 345.28º 0.62% 0.67% -
XYZ 20.57 13.19 11.36 -
YUV 99.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 171 65 91 0 0.62 0.47 0.33 345.28 0.45 0.46
Hex AB 41 5B 0 3E 2F 21 159 2D 2E
Octal 253 101 133 0 76 57 41 531 55 56
Binary 10101011 1000001 1011011 0 111110 101111 100001 101011001 101101 101110

Color Harmonies of #AB415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB415B

Black with #AB415B

Text Example


Text Example

White with #AB415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB415B; }

 p { color: rgb(171,65,91); }

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

background-color css

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

 a { background-color: rgb(171,65,91); }

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

border-color css

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

 span { border-color: rgb(171,65,91); }

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