Html Css Color HEX #A5235D Lipstick

📋 copy color: '#A5235D'

red 165 ◦ green 35 ◦ blue 93

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

Shades of Lipstick #A5235D

Tints of Lipstick #A5235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

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

R = 56.31%
G = 11.95%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5235D (or 0xA5235D) is known color: Lipstick. HEX triplet: A5, 23 and 5D. RGB value is (165,35,93). Sum of RGB (Red+Green+Blue) = 165+35+93=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5235D is #5ADCA2. Grayscale: #505050. Windows color (decimal): -5954723 or 6103973. OLE color: 6103973.

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

Color convert

RGB 165 35 93 -
CMYK 0 0.79 0.44 0.35
HSL 333.23º 0.65% 0.39% -
HSV(B) 333.23º 0.79% 0.65% -
XYZ 18.09 9.99 11.33 -
YUV 80.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 165 35 93 0 0.79 0.44 0.35 333.23 0.65 0.39
Hex A5 23 5D 0 4F 2C 23 14D 41 27
Octal 245 43 135 0 117 54 43 515 101 47
Binary 10100101 100011 1011101 0 1001111 101100 100011 101001101 1000001 100111

Color Harmonies of #A5235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5235D

Black with #A5235D

Text Example


Text Example

White with #A5235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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