Html Css Color HEX #A9255F Lipstick

📋 copy color: '#A9255F'

red 169 ◦ green 37 ◦ blue 95

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

Shades of Lipstick #A9255F

Tints of Lipstick #A9255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 56.15%
G = 12.29%
B = 31.56%

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

#A9255F (or 0xA9255F) is known color: Lipstick. HEX triplet: A9, 25 and 5F. RGB value is (169,37,95). Sum of RGB (Red+Green+Blue) = 169+37+95=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A9255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9255F is #56DAA0. Grayscale: #525252. Windows color (decimal): -5692065 or 6235561. OLE color: 6235561.

HSL color Cylindrical-coordinate representation of color #A9255F: hue angle of 333.64º 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 #A9255F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 37 95 -
CMYK 0 0.78 0.44 0.34
HSL 333.64º 0.64% 0.4% -
HSV(B) 333.64º 0.78% 0.66% -
XYZ 19.09 10.58 11.86 -
YUV 83.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 169 37 95 0 0.78 0.44 0.34 333.64 0.64 0.4
Hex A9 25 5F 0 4E 2C 22 14E 40 28
Octal 251 45 137 0 116 54 42 516 100 50
Binary 10101001 100101 1011111 0 1001110 101100 100010 101001110 1000000 101000

Color Harmonies of #A9255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9255F

Black with #A9255F

Text Example


Text Example

White with #A9255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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