Html Css Color HEX #A4296C Rouge

📋 copy color: '#A4296C'

red 164 ◦ green 41 ◦ blue 108

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

Shades of Rouge #A4296C

Tints of Rouge #A4296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 52.4%
G = 13.1%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4296C (or 0xA4296C) is known color: Rouge. HEX triplet: A4, 29 and 6C. RGB value is (164,41,108). Sum of RGB (Red+Green+Blue) = 164+41+108=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4296C is #5BD693. Grayscale: #555555. Windows color (decimal): -6018708 or 7088548. OLE color: 7088548.

HSL color Cylindrical-coordinate representation of color #A4296C: hue angle of 327.32º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4296C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 41 108 -
CMYK 0 0.75 0.34 0.36
HSL 327.32º 0.6% 0.4% -
HSV(B) 327.32º 0.75% 0.64% -
XYZ 18.81 10.56 15.23 -
YUV 85.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 164 41 108 0 0.75 0.34 0.36 327.32 0.6 0.4
Hex A4 29 6C 0 4B 22 24 147 3C 28
Octal 244 51 154 0 113 42 44 507 74 50
Binary 10100100 101001 1101100 0 1001011 100010 100100 101000111 111100 101000

Color Harmonies of #A4296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4296C

Black with #A4296C

Text Example


Text Example

White with #A4296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4296C; }

 p { color: rgb(164,41,108); }

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

background-color css

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

 a { background-color: rgb(164,41,108); }

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

border-color css

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

 span { border-color: rgb(164,41,108); }

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