Html Css Color HEX #A4306F Rouge

📋 copy color: '#A4306F'

red 164 ◦ green 48 ◦ blue 111

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

Shades of Rouge #A4306F

Tints of Rouge #A4306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 50.77%
G = 14.86%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4306F (or 0xA4306F) is known color: Rouge. HEX triplet: A4, 30 and 6F. RGB value is (164,48,111). Sum of RGB (Red+Green+Blue) = 164+48+111=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4306F is #5BCF90. Grayscale: #595959. Windows color (decimal): -6016913 or 7286948. OLE color: 7286948.

HSL color Cylindrical-coordinate representation of color #A4306F: hue angle of 327.41º 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 #A4306F is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 48 111 -
CMYK 0 0.71 0.32 0.36
HSL 327.41º 0.55% 0.42% -
HSV(B) 327.41º 0.71% 0.64% -
XYZ 19.24 11.15 16.18 -
YUV 89.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 164 48 111 0 0.71 0.32 0.36 327.41 0.55 0.42
Hex A4 30 6F 0 47 20 24 147 37 2A
Octal 244 60 157 0 107 40 44 507 67 52
Binary 10100100 110000 1101111 0 1000111 100000 100100 101000111 110111 101010

Color Harmonies of #A4306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4306F

Black with #A4306F

Text Example


Text Example

White with #A4306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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