Html Css Color HEX #A0296B Lipstick

📋 copy color: '#A0296B'

red 160 ◦ green 41 ◦ blue 107

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

Shades of Lipstick #A0296B

Tints of Lipstick #A0296B

RGB

 RED value IS 160 (62.89% from 255) = 51.95%

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 51.95%
G = 13.31%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0296B (or 0xA0296B) is known color: Lipstick. HEX triplet: A0, 29 and 6B. RGB value is (160,41,107). Sum of RGB (Red+Green+Blue) = 160+41+107=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0296B is #5FD694. Grayscale: #535353. Windows color (decimal): -6280853 or 7023008. OLE color: 7023008.

HSL color Cylindrical-coordinate representation of color #A0296B: hue angle of 326.72º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0296B is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 41 107 -
CMYK 0 0.74 0.33 0.37
HSL 326.72º 0.59% 0.39% -
HSV(B) 326.72º 0.74% 0.63% -
XYZ 17.94 10.12 14.92 -
YUV 84.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 160 41 107 0 0.74 0.33 0.37 326.72 0.59 0.39
Hex A0 29 6B 0 4A 21 25 147 3B 27
Octal 240 51 153 0 112 41 45 507 73 47
Binary 10100000 101001 1101011 0 1001010 100001 100101 101000111 111011 100111

Color Harmonies of #A0296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0296B

Black with #A0296B

Text Example


Text Example

White with #A0296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0296B; }

 p { color: rgb(160,41,107); }

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

background-color css

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

 a { background-color: rgb(160,41,107); }

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

border-color css

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

 span { border-color: rgb(160,41,107); }

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