Html Css Color HEX #A5225E Lipstick

📋 copy color: '#A5225E'

red 165 ◦ green 34 ◦ blue 94

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

Shades of Lipstick #A5225E

Tints of Lipstick #A5225E

RGB

 RED value IS 165 (64.84% from 255) = 56.31%

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 56.31%
G = 11.6%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5225E (or 0xA5225E) is known color: Lipstick. HEX triplet: A5, 22 and 5E. RGB value is (165,34,94). Sum of RGB (Red+Green+Blue) = 165+34+94=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5225E is #5ADDA1. Grayscale: #4F4F4F. Windows color (decimal): -5954978 or 6169253. OLE color: 6169253.

HSL color Cylindrical-coordinate representation of color #A5225E: hue angle of 332.52º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5225E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 34 94 -
CMYK 0 0.79 0.43 0.35
HSL 332.52º 0.66% 0.39% -
HSV(B) 332.52º 0.79% 0.65% -
XYZ 18.11 9.95 11.56 -
YUV 80.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 165 34 94 0 0.79 0.43 0.35 332.52 0.66 0.39
Hex A5 22 5E 0 4F 2B 23 14D 42 27
Octal 245 42 136 0 117 53 43 515 102 47
Binary 10100101 100010 1011110 0 1001111 101011 100011 101001101 1000010 100111

Color Harmonies of #A5225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5225E

Black with #A5225E

Text Example


Text Example

White with #A5225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5225E; }

 p { color: rgb(165,34,94); }

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

background-color css

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

 a { background-color: rgb(165,34,94); }

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

border-color css

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

 span { border-color: rgb(165,34,94); }

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