Html Css Color HEX #A5255D Lipstick

📋 copy color: '#A5255D'

red 165 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #A5255D

Tints of Lipstick #A5255D

RGB

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

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

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

R = 55.93%
G = 12.54%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5255D (or 0xA5255D) is known color: Lipstick. HEX triplet: A5, 25 and 5D. RGB value is (165,37,93). Sum of RGB (Red+Green+Blue) = 165+37+93=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5255D is #5ADAA2. Grayscale: #515151. Windows color (decimal): -5954211 or 6104485. OLE color: 6104485.

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

Color convert

RGB 165 37 93 -
CMYK 0 0.78 0.44 0.35
HSL 333.75º 0.63% 0.4% -
HSV(B) 333.75º 0.78% 0.65% -
XYZ 18.15 10.11 11.35 -
YUV 81.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 165 37 93 0 0.78 0.44 0.35 333.75 0.63 0.4
Hex A5 25 5D 0 4E 2C 23 14E 3F 28
Octal 245 45 135 0 116 54 43 516 77 50
Binary 10100101 100101 1011101 0 1001110 101100 100011 101001110 111111 101000

Color Harmonies of #A5255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5255D

Black with #A5255D

Text Example


Text Example

White with #A5255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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