Html Css Color HEX #A42363 Lipstick

📋 copy color: '#A42363'

red 164 ◦ green 35 ◦ blue 99

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

Shades of Lipstick #A42363

Tints of Lipstick #A42363

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

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

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

R = 55.03%
G = 11.74%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A42363 (or 0xA42363) is known color: Lipstick. HEX triplet: A4, 23 and 63. RGB value is (164,35,99). Sum of RGB (Red+Green+Blue) = 164+35+99=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A42363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42363 is #5BDC9C. Grayscale: #505050. Windows color (decimal): -6020253 or 6497188. OLE color: 6497188.

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

Color convert

RGB 164 35 99 -
CMYK 0 0.79 0.40 0.36
HSL 330.23º 0.65% 0.39% -
HSV(B) 330.23º 0.79% 0.64% -
XYZ 18.16 10 12.78 -
YUV 80.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 164 35 99 0 0.79 0.40 0.36 330.23 0.65 0.39
Hex A4 23 63 0 4F 28 24 14A 41 27
Octal 244 43 143 0 117 50 44 512 101 47
Binary 10100100 100011 1100011 0 1001111 101000 100100 101001010 1000001 100111

Color Harmonies of #A42363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42363

Black with #A42363

Text Example


Text Example

White with #A42363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42363; }

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

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

background-color css

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

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

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

border-color css

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

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

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