Html Css Color HEX #A5305D Lipstick

📋 copy color: '#A5305D'

red 165 ◦ green 48 ◦ blue 93

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

Shades of Lipstick #A5305D

Tints of Lipstick #A5305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 53.92%
G = 15.69%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5305D (or 0xA5305D) is known color: Lipstick. HEX triplet: A5, 30 and 5D. RGB value is (165,48,93). Sum of RGB (Red+Green+Blue) = 165+48+93=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5305D is #5ACFA2. Grayscale: #585858. Windows color (decimal): -5951395 or 6107301. OLE color: 6107301.

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

Color convert

RGB 165 48 93 -
CMYK 0 0.71 0.44 0.35
HSL 336.92º 0.55% 0.42% -
HSV(B) 336.92º 0.71% 0.65% -
XYZ 18.55 10.9 11.48 -
YUV 88.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 165 48 93 0 0.71 0.44 0.35 336.92 0.55 0.42
Hex A5 30 5D 0 47 2C 23 151 37 2A
Octal 245 60 135 0 107 54 43 521 67 52
Binary 10100101 110000 1011101 0 1000111 101100 100011 101010001 110111 101010

Color Harmonies of #A5305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5305D

Black with #A5305D

Text Example


Text Example

White with #A5305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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