Html Css Color HEX #A52863 Lipstick

📋 copy color: '#A52863'

red 165 ◦ green 40 ◦ blue 99

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

Shades of Lipstick #A52863

Tints of Lipstick #A52863

RGB

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

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

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

R = 54.28%
G = 13.16%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A52863 (or 0xA52863) is known color: Lipstick. HEX triplet: A5, 28 and 63. RGB value is (165,40,99). Sum of RGB (Red+Green+Blue) = 165+40+99=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A52863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52863 is #5AD79C. Grayscale: #535353. Windows color (decimal): -5953437 or 6498469. OLE color: 6498469.

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

Color convert

RGB 165 40 99 -
CMYK 0 0.76 0.40 0.35
HSL 331.68º 0.61% 0.4% -
HSV(B) 331.68º 0.76% 0.65% -
XYZ 18.53 10.42 12.84 -
YUV 84.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 165 40 99 0 0.76 0.40 0.35 331.68 0.61 0.4
Hex A5 28 63 0 4C 28 23 14C 3D 28
Octal 245 50 143 0 114 50 43 514 75 50
Binary 10100101 101000 1100011 0 1001100 101000 100011 101001100 111101 101000

Color Harmonies of #A52863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52863

Black with #A52863

Text Example


Text Example

White with #A52863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52863; }

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

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

background-color css

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

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

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

border-color css

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

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

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