Html Css Color HEX #AB415A Hippie Pink

📋 copy color: '#AB415A'

red 171 ◦ green 65 ◦ blue 90

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

Shades of Hippie Pink #AB415A

Tints of Hippie Pink #AB415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 52.45%
G = 19.94%
B = 27.61%

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

#AB415A (or 0xAB415A) is known color: Hippie Pink. HEX triplet: AB, 41 and 5A. RGB value is (171,65,90). Sum of RGB (Red+Green+Blue) = 171+65+90=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB415A is #54BEA5. Grayscale: #636363. Windows color (decimal): -5553830 or 5915051. OLE color: 5915051.

HSL color Cylindrical-coordinate representation of color #AB415A: hue angle of 345.85º 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 #AB415A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 90 -
CMYK 0 0.62 0.47 0.33
HSL 345.85º 0.45% 0.46% -
HSV(B) 345.85º 0.62% 0.67% -
XYZ 20.53 13.18 11.13 -
YUV 99.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 171 65 90 0 0.62 0.47 0.33 345.85 0.45 0.46
Hex AB 41 5A 0 3E 2F 21 15A 2D 2E
Octal 253 101 132 0 76 57 41 532 55 56
Binary 10101011 1000001 1011010 0 111110 101111 100001 101011010 101101 101110

Color Harmonies of #AB415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB415A

Black with #AB415A

Text Example


Text Example

White with #AB415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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