Html Css Color HEX #A52769 Lipstick

📋 copy color: '#A52769'

red 165 ◦ green 39 ◦ blue 105

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

Shades of Lipstick #A52769

Tints of Lipstick #A52769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

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

R = 53.4%
G = 12.62%
B = 33.98%

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

#A52769 (or 0xA52769) is known color: Lipstick. HEX triplet: A5, 27 and 69. RGB value is (165,39,105). Sum of RGB (Red+Green+Blue) = 165+39+105=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A52769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52769 is #5AD896. Grayscale: #545454. Windows color (decimal): -5953687 or 6891429. OLE color: 6891429.

HSL color Cylindrical-coordinate representation of color #A52769: hue angle of 328.57º degrees, saturation: 0.62, 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 #A52769 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 105 -
CMYK 0 0.76 0.36 0.35
HSL 328.57º 0.62% 0.4% -
HSV(B) 328.57º 0.76% 0.65% -
XYZ 18.79 10.47 14.4 -
YUV 84.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 165 39 105 0 0.76 0.36 0.35 328.57 0.62 0.4
Hex A5 27 69 0 4C 24 23 149 3E 28
Octal 245 47 151 0 114 44 43 511 76 50
Binary 10100101 100111 1101001 0 1001100 100100 100011 101001001 111110 101000

Color Harmonies of #A52769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52769

Black with #A52769

Text Example


Text Example

White with #A52769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52769; }

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

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

background-color css

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

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

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

border-color css

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

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

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