Html Css Color HEX #A5275D Lipstick

📋 copy color: '#A5275D'

red 165 ◦ green 39 ◦ blue 93

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

Shades of Lipstick #A5275D

Tints of Lipstick #A5275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 55.56%
G = 13.13%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5275D (or 0xA5275D) is known color: Lipstick. HEX triplet: A5, 27 and 5D. RGB value is (165,39,93). Sum of RGB (Red+Green+Blue) = 165+39+93=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5275D is #5AD8A2. Grayscale: #525252. Windows color (decimal): -5953699 or 6104997. OLE color: 6104997.

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

Color convert

RGB 165 39 93 -
CMYK 0 0.76 0.44 0.35
HSL 334.29º 0.62% 0.4% -
HSV(B) 334.29º 0.76% 0.65% -
XYZ 18.22 10.24 11.37 -
YUV 82.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 165 39 93 0 0.76 0.44 0.35 334.29 0.62 0.4
Hex A5 27 5D 0 4C 2C 23 14E 3E 28
Octal 245 47 135 0 114 54 43 516 76 50
Binary 10100101 100111 1011101 0 1001100 101100 100011 101001110 111110 101000

Color Harmonies of #A5275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5275D

Black with #A5275D

Text Example


Text Example

White with #A5275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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