Html Css Color HEX #A5285A Lipstick

📋 copy color: '#A5285A'

red 165 ◦ green 40 ◦ blue 90

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

Shades of Lipstick #A5285A

Tints of Lipstick #A5285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

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

R = 55.93%
G = 13.56%
B = 30.51%

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

#A5285A (or 0xA5285A) is known color: Lipstick. HEX triplet: A5, 28 and 5A. RGB value is (165,40,90). Sum of RGB (Red+Green+Blue) = 165+40+90=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5285A is #5AD7A5. Grayscale: #535353. Windows color (decimal): -5953446 or 5908645. OLE color: 5908645.

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

Color convert

RGB 165 40 90 -
CMYK 0 0.76 0.45 0.35
HSL 336º 0.61% 0.4% -
HSV(B) 336º 0.76% 0.65% -
XYZ 18.12 10.26 10.7 -
YUV 83.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 165 40 90 0 0.76 0.45 0.35 336 0.61 0.4
Hex A5 28 5A 0 4C 2D 23 150 3D 28
Octal 245 50 132 0 114 55 43 520 75 50
Binary 10100101 101000 1011010 0 1001100 101101 100011 101010000 111101 101000

Color Harmonies of #A5285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5285A

Black with #A5285A

Text Example


Text Example

White with #A5285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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