Html Css Color HEX #A33060 Lipstick

📋 copy color: '#A33060'

red 163 ◦ green 48 ◦ blue 96

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

Shades of Lipstick #A33060

Tints of Lipstick #A33060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 53.09%
G = 15.64%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A33060 (or 0xA33060) is known color: Lipstick. HEX triplet: A3, 30 and 60. RGB value is (163,48,96). Sum of RGB (Red+Green+Blue) = 163+48+96=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A33060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33060 is #5CCF9F. Grayscale: #575757. Windows color (decimal): -6082464 or 6303907. OLE color: 6303907.

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

Color convert

RGB 163 48 96 -
CMYK 0 0.71 0.41 0.36
HSL 334.96º 0.55% 0.41% -
HSV(B) 334.96º 0.71% 0.64% -
XYZ 18.27 10.74 12.18 -
YUV 87.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 163 48 96 0 0.71 0.41 0.36 334.96 0.55 0.41
Hex A3 30 60 0 47 29 24 14F 37 29
Octal 243 60 140 0 107 51 44 517 67 51
Binary 10100011 110000 1100000 0 1000111 101001 100100 101001111 110111 101001

Color Harmonies of #A33060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33060

Black with #A33060

Text Example


Text Example

White with #A33060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33060; }

 p { color: rgb(163,48,96); }

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

background-color css

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

 a { background-color: rgb(163,48,96); }

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

border-color css

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

 span { border-color: rgb(163,48,96); }

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