Html Css Color HEX #A3215D Lipstick

📋 copy color: '#A3215D'

red 163 ◦ green 33 ◦ blue 93

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

Shades of Lipstick #A3215D

Tints of Lipstick #A3215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 56.4%
G = 11.42%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3215D (or 0xA3215D) is known color: Lipstick. HEX triplet: A3, 21 and 5D. RGB value is (163,33,93). Sum of RGB (Red+Green+Blue) = 163+33+93=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3215D is #5CDEA2. Grayscale: #4E4E4E. Windows color (decimal): -6086307 or 6103459. OLE color: 6103459.

HSL color Cylindrical-coordinate representation of color #A3215D: hue angle of 332.31º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3215D is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 93 -
CMYK 0 0.80 0.43 0.36
HSL 332.31º 0.66% 0.38% -
HSV(B) 332.31º 0.8% 0.64% -
XYZ 17.62 9.66 11.29 -
YUV 78.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 163 33 93 0 0.80 0.43 0.36 332.31 0.66 0.38
Hex A3 21 5D 0 50 2B 24 14C 42 26
Octal 243 41 135 0 120 53 44 514 102 46
Binary 10100011 100001 1011101 0 1010000 101011 100100 101001100 1000010 100110

Color Harmonies of #A3215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3215D

Black with #A3215D

Text Example


Text Example

White with #A3215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3215D; }

 p { color: rgb(163,33,93); }

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

background-color css

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

 a { background-color: rgb(163,33,93); }

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

border-color css

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

 span { border-color: rgb(163,33,93); }

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