Html Css Color HEX #A4255E Lipstick

📋 copy color: '#A4255E'

red 164 ◦ green 37 ◦ blue 94

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

Shades of Lipstick #A4255E

Tints of Lipstick #A4255E

RGB

 RED value IS 164 (64.45% from 255) = 55.59%

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 55.59%
G = 12.54%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4255E (or 0xA4255E) is known color: Lipstick. HEX triplet: A4, 25 and 5E. RGB value is (164,37,94). Sum of RGB (Red+Green+Blue) = 164+37+94=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4255E is #5BDAA1. Grayscale: #515151. Windows color (decimal): -6019746 or 6170020. OLE color: 6170020.

HSL color Cylindrical-coordinate representation of color #A4255E: hue angle of 333.07º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4255E is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 37 94 -
CMYK 0 0.77 0.43 0.36
HSL 333.07º 0.63% 0.39% -
HSV(B) 333.07º 0.77% 0.64% -
XYZ 17.99 10.02 11.58 -
YUV 81.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 164 37 94 0 0.77 0.43 0.36 333.07 0.63 0.39
Hex A4 25 5E 0 4D 2B 24 14D 3F 27
Octal 244 45 136 0 115 53 44 515 77 47
Binary 10100100 100101 1011110 0 1001101 101011 100100 101001101 111111 100111

Color Harmonies of #A4255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4255E

Black with #A4255E

Text Example


Text Example

White with #A4255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4255E; }

 p { color: rgb(164,37,94); }

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

background-color css

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

 a { background-color: rgb(164,37,94); }

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

border-color css

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

 span { border-color: rgb(164,37,94); }

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