Html Css Color HEX #A32363 Lipstick

📋 copy color: '#A32363'

red 163 ◦ green 35 ◦ blue 99

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

Shades of Lipstick #A32363

Tints of Lipstick #A32363

RGB

 RED value IS 163 (64.06% from 255) = 54.88%

 GREEN value IS 35 (14.06% from 255) = 11.78%

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

R = 54.88%
G = 11.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A32363 (or 0xA32363) is known color: Lipstick. HEX triplet: A3, 23 and 63. RGB value is (163,35,99). Sum of RGB (Red+Green+Blue) = 163+35+99=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A32363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32363 is #5CDC9C. Grayscale: #505050. Windows color (decimal): -6085789 or 6497187. OLE color: 6497187.

HSL color Cylindrical-coordinate representation of color #A32363: hue angle of 330º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32363 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 35 99 -
CMYK 0 0.79 0.39 0.36
HSL 330º 0.65% 0.39% -
HSV(B) 330º 0.79% 0.64% -
XYZ 17.96 9.89 12.77 -
YUV 80.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 163 35 99 0 0.79 0.39 0.36 330 0.65 0.39
Hex A3 23 63 0 4F 27 24 14A 41 27
Octal 243 43 143 0 117 47 44 512 101 47
Binary 10100011 100011 1100011 0 1001111 100111 100100 101001010 1000001 100111

Color Harmonies of #A32363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32363

Black with #A32363

Text Example


Text Example

White with #A32363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32363; }

 p { color: rgb(163,35,99); }

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

background-color css

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

 a { background-color: rgb(163,35,99); }

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

border-color css

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

 span { border-color: rgb(163,35,99); }

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