Html Css Color HEX #A8306C Rouge

📋 copy color: '#A8306C'

red 168 ◦ green 48 ◦ blue 108

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

Shades of Rouge #A8306C

Tints of Rouge #A8306C

RGB

 RED value IS 168 (66.02% from 255) = 51.85%

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

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

R = 51.85%
G = 14.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8306C (or 0xA8306C) is known color: Rouge. HEX triplet: A8, 30 and 6C. RGB value is (168,48,108). Sum of RGB (Red+Green+Blue) = 168+48+108=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8306C is #57CF93. Grayscale: #5A5A5A. Windows color (decimal): -5754772 or 7090344. OLE color: 7090344.

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

Color convert

RGB 168 48 108 -
CMYK 0 0.71 0.36 0.34
HSL 330º 0.56% 0.42% -
HSV(B) 330º 0.71% 0.66% -
XYZ 19.91 11.52 15.36 -
YUV 90.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 168 48 108 0 0.71 0.36 0.34 330 0.56 0.42
Hex A8 30 6C 0 47 24 22 14A 38 2A
Octal 250 60 154 0 107 44 42 512 70 52
Binary 10101000 110000 1101100 0 1000111 100100 100010 101001010 111000 101010

Color Harmonies of #A8306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8306C

Black with #A8306C

Text Example


Text Example

White with #A8306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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