Html Css Color HEX #A42858 Lipstick

📋 copy color: '#A42858'

red 164 ◦ green 40 ◦ blue 88

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

Shades of Lipstick #A42858

Tints of Lipstick #A42858

RGB

 RED value IS 164 (64.45% from 255) = 56.16%

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 88 (34.77% from 255) = 30.14%

R = 56.16%
G = 13.7%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A42858 (or 0xA42858) is known color: Lipstick. HEX triplet: A4, 28 and 58. RGB value is (164,40,88). Sum of RGB (Red+Green+Blue) = 164+40+88=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A42858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42858 is #5BD7A7. Grayscale: #525252. Windows color (decimal): -6018984 or 5777572. OLE color: 5777572.

HSL color Cylindrical-coordinate representation of color #A42858: hue angle of 336.77º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42858 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 88 -
CMYK 0 0.76 0.46 0.36
HSL 336.77º 0.61% 0.4% -
HSV(B) 336.77º 0.76% 0.64% -
XYZ 17.83 10.11 10.25 -
YUV 82.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 164 40 88 0 0.76 0.46 0.36 336.77 0.61 0.4
Hex A4 28 58 0 4C 2E 24 151 3D 28
Octal 244 50 130 0 114 56 44 521 75 50
Binary 10100100 101000 1011000 0 1001100 101110 100100 101010001 111101 101000

Color Harmonies of #A42858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42858

Black with #A42858

Text Example


Text Example

White with #A42858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42858; }

 p { color: rgb(164,40,88); }

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

background-color css

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

 a { background-color: rgb(164,40,88); }

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

border-color css

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

 span { border-color: rgb(164,40,88); }

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