Html Css Color HEX #A52564 Lipstick

📋 copy color: '#A52564'

red 165 ◦ green 37 ◦ blue 100

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

Shades of Lipstick #A52564

Tints of Lipstick #A52564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 54.64%
G = 12.25%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A52564 (or 0xA52564) is known color: Lipstick. HEX triplet: A5, 25 and 64. RGB value is (165,37,100). Sum of RGB (Red+Green+Blue) = 165+37+100=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A52564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52564 is #5ADA9B. Grayscale: #525252. Windows color (decimal): -5954204 or 6563237. OLE color: 6563237.

HSL color Cylindrical-coordinate representation of color #A52564: hue angle of 330.47º 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 #A52564 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 37 100 -
CMYK 0 0.78 0.39 0.35
HSL 330.47º 0.63% 0.4% -
HSV(B) 330.47º 0.78% 0.65% -
XYZ 18.48 10.24 13.06 -
YUV 82.45 137.91 186.88 -
System Red Green Blue C M Y K H S L
Decimal 165 37 100 0 0.78 0.39 0.35 330.47 0.63 0.4
Hex A5 25 64 0 4E 27 23 14A 3F 28
Octal 245 45 144 0 116 47 43 512 77 50
Binary 10100101 100101 1100100 0 1001110 100111 100011 101001010 111111 101000

Color Harmonies of #A52564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52564

Black with #A52564

Text Example


Text Example

White with #A52564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52564; }

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

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

background-color css

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

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

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

border-color css

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

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

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