Html Css Color HEX #A52563 Lipstick

📋 copy color: '#A52563'

red 165 ◦ green 37 ◦ blue 99

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

Shades of Lipstick #A52563

Tints of Lipstick #A52563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 54.82%
G = 12.29%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A52563 (or 0xA52563) is known color: Lipstick. HEX triplet: A5, 25 and 63. RGB value is (165,37,99). Sum of RGB (Red+Green+Blue) = 165+37+99=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A52563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52563 is #5ADA9C. Grayscale: #525252. Windows color (decimal): -5954205 or 6497701. OLE color: 6497701.

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

Color convert

RGB 165 37 99 -
CMYK 0 0.78 0.40 0.35
HSL 330.94º 0.63% 0.4% -
HSV(B) 330.94º 0.78% 0.65% -
XYZ 18.43 10.22 12.81 -
YUV 82.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 165 37 99 0 0.78 0.40 0.35 330.94 0.63 0.4
Hex A5 25 63 0 4E 28 23 14B 3F 28
Octal 245 45 143 0 116 50 43 513 77 50
Binary 10100101 100101 1100011 0 1001110 101000 100011 101001011 111111 101000

Color Harmonies of #A52563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52563

Black with #A52563

Text Example


Text Example

White with #A52563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52563; }

 p { color: rgb(165,37,99); }

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

background-color css

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

 a { background-color: rgb(165,37,99); }

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

border-color css

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

 span { border-color: rgb(165,37,99); }

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