Html Css Color HEX #A4306C Rouge

📋 copy color: '#A4306C'

red 164 ◦ green 48 ◦ blue 108

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

Shades of Rouge #A4306C

Tints of Rouge #A4306C

RGB

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

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

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

R = 51.25%
G = 15%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4306C (or 0xA4306C) is known color: Rouge. HEX triplet: A4, 30 and 6C. RGB value is (164,48,108). Sum of RGB (Red+Green+Blue) = 164+48+108=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4306C is #5BCF93. Grayscale: #595959. Windows color (decimal): -6016916 or 7090340. OLE color: 7090340.

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

Color convert

RGB 164 48 108 -
CMYK 0 0.71 0.34 0.36
HSL 328.97º 0.55% 0.42% -
HSV(B) 328.97º 0.71% 0.64% -
XYZ 19.07 11.09 15.32 -
YUV 89.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 164 48 108 0 0.71 0.34 0.36 328.97 0.55 0.42
Hex A4 30 6C 0 47 22 24 149 37 2A
Octal 244 60 154 0 107 42 44 511 67 52
Binary 10100100 110000 1101100 0 1000111 100010 100100 101001001 110111 101010

Color Harmonies of #A4306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4306C

Black with #A4306C

Text Example


Text Example

White with #A4306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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