Html Css Color HEX #AB405A Hippie Pink

📋 copy color: '#AB405A'

red 171 ◦ green 64 ◦ blue 90

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

Shades of Hippie Pink #AB405A

Tints of Hippie Pink #AB405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 52.62%
G = 19.69%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB405A (or 0xAB405A) is known color: Hippie Pink. HEX triplet: AB, 40 and 5A. RGB value is (171,64,90). Sum of RGB (Red+Green+Blue) = 171+64+90=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB405A is #54BFA5. Grayscale: #626262. Windows color (decimal): -5554086 or 5914795. OLE color: 5914795.

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

Color convert

RGB 171 64 90 -
CMYK 0 0.63 0.47 0.33
HSL 345.42º 0.46% 0.46% -
HSV(B) 345.42º 0.63% 0.67% -
XYZ 20.47 13.06 11.12 -
YUV 98.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 171 64 90 0 0.63 0.47 0.33 345.42 0.46 0.46
Hex AB 40 5A 0 3F 2F 21 159 2E 2E
Octal 253 100 132 0 77 57 41 531 56 56
Binary 10101011 1000000 1011010 0 111111 101111 100001 101011001 101110 101110

Color Harmonies of #AB405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB405A

Black with #AB405A

Text Example


Text Example

White with #AB405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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