Html Css Color HEX #A82859 Lipstick

📋 copy color: '#A82859'

red 168 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #A82859

Tints of Lipstick #A82859

RGB

 RED value IS 168 (66.02% from 255) = 56.57%

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

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 56.57%
G = 13.47%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A82859 (or 0xA82859) is known color: Lipstick. HEX triplet: A8, 28 and 59. RGB value is (168,40,89). Sum of RGB (Red+Green+Blue) = 168+40+89=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A82859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82859 is #57D7A6. Grayscale: #535353. Windows color (decimal): -5756839 or 5843112. OLE color: 5843112.

HSL color Cylindrical-coordinate representation of color #A82859: hue angle of 337.03º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82859 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 40 89 -
CMYK 0 0.76 0.47 0.34
HSL 337.03º 0.62% 0.41% -
HSV(B) 337.03º 0.76% 0.66% -
XYZ 18.71 10.56 10.5 -
YUV 83.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 168 40 89 0 0.76 0.47 0.34 337.03 0.62 0.41
Hex A8 28 59 0 4C 2F 22 151 3E 29
Octal 250 50 131 0 114 57 42 521 76 51
Binary 10101000 101000 1011001 0 1001100 101111 100010 101010001 111110 101001

Color Harmonies of #A82859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82859

Black with #A82859

Text Example


Text Example

White with #A82859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82859; }

 p { color: rgb(168,40,89); }

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

background-color css

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

 a { background-color: rgb(168,40,89); }

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

border-color css

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

 span { border-color: rgb(168,40,89); }

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