Html Css Color HEX #AB425A Hippie Pink

📋 copy color: '#AB425A'

red 171 ◦ green 66 ◦ blue 90

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

Shades of Hippie Pink #AB425A

Tints of Hippie Pink #AB425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

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

R = 52.29%
G = 20.18%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB425A (or 0xAB425A) is known color: Hippie Pink. HEX triplet: AB, 42 and 5A. RGB value is (171,66,90). Sum of RGB (Red+Green+Blue) = 171+66+90=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB425A is #54BDA5. Grayscale: #646464. Windows color (decimal): -5553574 or 5915307. OLE color: 5915307.

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

Color convert

RGB 171 66 90 -
CMYK 0 0.61 0.47 0.33
HSL 346.29º 0.44% 0.46% -
HSV(B) 346.29º 0.61% 0.67% -
XYZ 20.59 13.29 11.15 -
YUV 100.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 171 66 90 0 0.61 0.47 0.33 346.29 0.44 0.46
Hex AB 42 5A 0 3D 2F 21 15A 2C 2E
Octal 253 102 132 0 75 57 41 532 54 56
Binary 10101011 1000010 1011010 0 111101 101111 100001 101011010 101100 101110

Color Harmonies of #AB425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB425A

Black with #AB425A

Text Example


Text Example

White with #AB425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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