Html Css Color HEX #A52869 Lipstick

📋 copy color: '#A52869'

red 165 ◦ green 40 ◦ blue 105

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

Shades of Lipstick #A52869

Tints of Lipstick #A52869

RGB

 RED value IS 165 (64.84% from 255) = 53.23%

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

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 53.23%
G = 12.9%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A52869 (or 0xA52869) is known color: Lipstick. HEX triplet: A5, 28 and 69. RGB value is (165,40,105). Sum of RGB (Red+Green+Blue) = 165+40+105=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A52869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52869 is #5AD796. Grayscale: #545454. Windows color (decimal): -5953431 or 6891685. OLE color: 6891685.

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

Color convert

RGB 165 40 105 -
CMYK 0 0.76 0.36 0.35
HSL 328.8º 0.61% 0.4% -
HSV(B) 328.8º 0.76% 0.65% -
XYZ 18.83 10.54 14.41 -
YUV 84.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 165 40 105 0 0.76 0.36 0.35 328.8 0.61 0.4
Hex A5 28 69 0 4C 24 23 149 3D 28
Octal 245 50 151 0 114 44 43 511 75 50
Binary 10100101 101000 1101001 0 1001100 100100 100011 101001001 111101 101000

Color Harmonies of #A52869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52869

Black with #A52869

Text Example


Text Example

White with #A52869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52869; }

 p { color: rgb(165,40,105); }

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

background-color css

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

 a { background-color: rgb(165,40,105); }

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

border-color css

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

 span { border-color: rgb(165,40,105); }

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