Html Css Color HEX #A52864 Lipstick

📋 copy color: '#A52864'

red 165 ◦ green 40 ◦ blue 100

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

Shades of Lipstick #A52864

Tints of Lipstick #A52864

RGB

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

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

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

R = 54.1%
G = 13.11%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A52864 (or 0xA52864) is known color: Lipstick. HEX triplet: A5, 28 and 64. RGB value is (165,40,100). Sum of RGB (Red+Green+Blue) = 165+40+100=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A52864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52864 is #5AD79B. Grayscale: #545454. Windows color (decimal): -5953436 or 6564005. OLE color: 6564005.

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

Color convert

RGB 165 40 100 -
CMYK 0 0.76 0.39 0.35
HSL 331.2º 0.61% 0.4% -
HSV(B) 331.2º 0.76% 0.65% -
XYZ 18.58 10.44 13.09 -
YUV 84.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 165 40 100 0 0.76 0.39 0.35 331.2 0.61 0.4
Hex A5 28 64 0 4C 27 23 14B 3D 28
Octal 245 50 144 0 114 47 43 513 75 50
Binary 10100101 101000 1100100 0 1001100 100111 100011 101001011 111101 101000

Color Harmonies of #A52864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52864

Black with #A52864

Text Example


Text Example

White with #A52864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52864; }

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

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

background-color css

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

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

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

border-color css

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

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

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