Html Css Color HEX #A4305F Rouge

📋 copy color: '#A4305F'

red 164 ◦ green 48 ◦ blue 95

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

Shades of Rouge #A4305F

Tints of Rouge #A4305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 53.42%
G = 15.64%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4305F (or 0xA4305F) is known color: Rouge. HEX triplet: A4, 30 and 5F. RGB value is (164,48,95). Sum of RGB (Red+Green+Blue) = 164+48+95=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4305F is #5BCFA0. Grayscale: #575757. Windows color (decimal): -6016929 or 6238372. OLE color: 6238372.

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

Color convert

RGB 164 48 95 -
CMYK 0 0.71 0.42 0.36
HSL 335.69º 0.55% 0.42% -
HSV(B) 335.69º 0.71% 0.64% -
XYZ 18.43 10.83 11.95 -
YUV 88.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 164 48 95 0 0.71 0.42 0.36 335.69 0.55 0.42
Hex A4 30 5F 0 47 2A 24 150 37 2A
Octal 244 60 137 0 107 52 44 520 67 52
Binary 10100100 110000 1011111 0 1000111 101010 100100 101010000 110111 101010

Color Harmonies of #A4305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4305F

Black with #A4305F

Text Example


Text Example

White with #A4305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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