Html Css Color HEX #A5235C Lipstick

📋 copy color: '#A5235C'

red 165 ◦ green 35 ◦ blue 92

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

Shades of Lipstick #A5235C

Tints of Lipstick #A5235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 56.51%
G = 11.99%
B = 31.51%

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

#A5235C (or 0xA5235C) is known color: Lipstick. HEX triplet: A5, 23 and 5C. RGB value is (165,35,92). Sum of RGB (Red+Green+Blue) = 165+35+92=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5235C is #5ADCA3. Grayscale: #505050. Windows color (decimal): -5954724 or 6038437. OLE color: 6038437.

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

Color convert

RGB 165 35 92 -
CMYK 0 0.79 0.44 0.35
HSL 333.69º 0.65% 0.39% -
HSV(B) 333.69º 0.79% 0.65% -
XYZ 18.05 9.97 11.1 -
YUV 80.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 165 35 92 0 0.79 0.44 0.35 333.69 0.65 0.39
Hex A5 23 5C 0 4F 2C 23 14E 41 27
Octal 245 43 134 0 117 54 43 516 101 47
Binary 10100101 100011 1011100 0 1001111 101100 100011 101001110 1000001 100111

Color Harmonies of #A5235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5235C

Black with #A5235C

Text Example


Text Example

White with #A5235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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