Html Css Color HEX #A5275A Lipstick

📋 copy color: '#A5275A'

red 165 ◦ green 39 ◦ blue 90

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

Shades of Lipstick #A5275A

Tints of Lipstick #A5275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 56.12%
G = 13.27%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5275A (or 0xA5275A) is known color: Lipstick. HEX triplet: A5, 27 and 5A. RGB value is (165,39,90). Sum of RGB (Red+Green+Blue) = 165+39+90=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5275A is #5AD8A5. Grayscale: #525252. Windows color (decimal): -5953702 or 5908389. OLE color: 5908389.

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

Color convert

RGB 165 39 90 -
CMYK 0 0.76 0.45 0.35
HSL 335.71º 0.62% 0.4% -
HSV(B) 335.71º 0.76% 0.65% -
XYZ 18.09 10.19 10.69 -
YUV 82.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 165 39 90 0 0.76 0.45 0.35 335.71 0.62 0.4
Hex A5 27 5A 0 4C 2D 23 150 3E 28
Octal 245 47 132 0 114 55 43 520 76 50
Binary 10100101 100111 1011010 0 1001100 101101 100011 101010000 111110 101000

Color Harmonies of #A5275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5275A

Black with #A5275A

Text Example


Text Example

White with #A5275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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