Html Css Color HEX #A52D5F Lipstick

📋 copy color: '#A52D5F'

red 165 ◦ green 45 ◦ blue 95

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

Shades of Lipstick #A52D5F

Tints of Lipstick #A52D5F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 54.1%
G = 14.75%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A52D5F (or 0xA52D5F) is known color: Lipstick. HEX triplet: A5, 2D and 5F. RGB value is (165,45,95). Sum of RGB (Red+Green+Blue) = 165+45+95=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52D5F is #5AD2A0. Grayscale: #565656. Windows color (decimal): -5952161 or 6237605. OLE color: 6237605.

HSL color Cylindrical-coordinate representation of color #A52D5F: hue angle of 335º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52D5F is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 45 95 -
CMYK 0 0.73 0.42 0.35
HSL 335º 0.57% 0.41% -
HSV(B) 335º 0.73% 0.65% -
XYZ 18.52 10.7 11.92 -
YUV 86.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 165 45 95 0 0.73 0.42 0.35 335 0.57 0.41
Hex A5 2D 5F 0 49 2A 23 14F 39 29
Octal 245 55 137 0 111 52 43 517 71 51
Binary 10100101 101101 1011111 0 1001001 101010 100011 101001111 111001 101001

Color Harmonies of #A52D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D5F

Black with #A52D5F

Text Example


Text Example

White with #A52D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D5F; }

 p { color: rgb(165,45,95); }

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

background-color css

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

 a { background-color: rgb(165,45,95); }

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

border-color css

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

 span { border-color: rgb(165,45,95); }

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