Html Css Color HEX #AB425B Hippie Pink

📋 copy color: '#AB425B'

red 171 ◦ green 66 ◦ blue 91

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

Shades of Hippie Pink #AB425B

Tints of Hippie Pink #AB425B

RGB

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

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

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

R = 52.13%
G = 20.12%
B = 27.74%

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

#AB425B (or 0xAB425B) is known color: Hippie Pink. HEX triplet: AB, 42 and 5B. RGB value is (171,66,91). Sum of RGB (Red+Green+Blue) = 171+66+91=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB425B is #54BDA4. Grayscale: #646464. Windows color (decimal): -5553573 or 5980843. OLE color: 5980843.

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

Color convert

RGB 171 66 91 -
CMYK 0 0.61 0.47 0.33
HSL 345.71º 0.44% 0.46% -
HSV(B) 345.71º 0.61% 0.67% -
XYZ 20.63 13.31 11.38 -
YUV 100.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 171 66 91 0 0.61 0.47 0.33 345.71 0.44 0.46
Hex AB 42 5B 0 3D 2F 21 15A 2C 2E
Octal 253 102 133 0 75 57 41 532 54 56
Binary 10101011 1000010 1011011 0 111101 101111 100001 101011010 101100 101110

Color Harmonies of #AB425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB425B

Black with #AB425B

Text Example


Text Example

White with #AB425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB425B; }

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

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

background-color css

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

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

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

border-color css

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

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

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