Html Css Color HEX #A8306F Rouge

📋 copy color: '#A8306F'

red 168 ◦ green 48 ◦ blue 111

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

Shades of Rouge #A8306F

Tints of Rouge #A8306F

RGB

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

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

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

R = 51.38%
G = 14.68%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8306F (or 0xA8306F) is known color: Rouge. HEX triplet: A8, 30 and 6F. RGB value is (168,48,111). Sum of RGB (Red+Green+Blue) = 168+48+111=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8306F is #57CF90. Grayscale: #5A5A5A. Windows color (decimal): -5754769 or 7286952. OLE color: 7286952.

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

Color convert

RGB 168 48 111 -
CMYK 0 0.71 0.34 0.34
HSL 328.5º 0.56% 0.42% -
HSV(B) 328.5º 0.71% 0.66% -
XYZ 20.07 11.59 16.22 -
YUV 91.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 168 48 111 0 0.71 0.34 0.34 328.5 0.56 0.42
Hex A8 30 6F 0 47 22 22 148 38 2A
Octal 250 60 157 0 107 42 42 510 70 52
Binary 10101000 110000 1101111 0 1000111 100010 100010 101001000 111000 101010

Color Harmonies of #A8306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8306F

Black with #A8306F

Text Example


Text Example

White with #A8306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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