Html Css Color HEX #A9255D Lipstick

📋 copy color: '#A9255D'

red 169 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #A9255D

Tints of Lipstick #A9255D

RGB

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

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

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

R = 56.52%
G = 12.37%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9255D (or 0xA9255D) is known color: Lipstick. HEX triplet: A9, 25 and 5D. RGB value is (169,37,93). Sum of RGB (Red+Green+Blue) = 169+37+93=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A9255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9255D is #56DAA2. Grayscale: #525252. Windows color (decimal): -5692067 or 6104489. OLE color: 6104489.

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

Color convert

RGB 169 37 93 -
CMYK 0 0.78 0.45 0.34
HSL 334.55º 0.64% 0.4% -
HSV(B) 334.55º 0.78% 0.66% -
XYZ 19 10.55 11.39 -
YUV 82.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 169 37 93 0 0.78 0.45 0.34 334.55 0.64 0.4
Hex A9 25 5D 0 4E 2D 22 14F 40 28
Octal 251 45 135 0 116 55 42 517 100 50
Binary 10101001 100101 1011101 0 1001110 101101 100010 101001111 1000000 101000

Color Harmonies of #A9255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9255D

Black with #A9255D

Text Example


Text Example

White with #A9255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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