Html Css Color HEX #A9255E Lipstick

📋 copy color: '#A9255E'

red 169 ◦ green 37 ◦ blue 94

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

Shades of Lipstick #A9255E

Tints of Lipstick #A9255E

RGB

 RED value IS 169 (66.41% from 255) = 56.33%

 GREEN value IS 37 (14.84% from 255) = 12.33%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 56.33%
G = 12.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9255E (or 0xA9255E) is known color: Lipstick. HEX triplet: A9, 25 and 5E. RGB value is (169,37,94). Sum of RGB (Red+Green+Blue) = 169+37+94=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A9255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9255E is #56DAA1. Grayscale: #525252. Windows color (decimal): -5692066 or 6170025. OLE color: 6170025.

HSL color Cylindrical-coordinate representation of color #A9255E: hue angle of 334.09º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9255E is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 37 94 -
CMYK 0 0.78 0.44 0.34
HSL 334.09º 0.64% 0.4% -
HSV(B) 334.09º 0.78% 0.66% -
XYZ 19.04 10.57 11.63 -
YUV 82.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 169 37 94 0 0.78 0.44 0.34 334.09 0.64 0.4
Hex A9 25 5E 0 4E 2C 22 14E 40 28
Octal 251 45 136 0 116 54 42 516 100 50
Binary 10101001 100101 1011110 0 1001110 101100 100010 101001110 1000000 101000

Color Harmonies of #A9255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9255E

Black with #A9255E

Text Example


Text Example

White with #A9255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9255E; }

 p { color: rgb(169,37,94); }

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

background-color css

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

 a { background-color: rgb(169,37,94); }

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

border-color css

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

 span { border-color: rgb(169,37,94); }

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