Html Css Color HEX #A8306B Rouge

📋 copy color: '#A8306B'

red 168 ◦ green 48 ◦ blue 107

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

Shades of Rouge #A8306B

Tints of Rouge #A8306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 52.01%
G = 14.86%
B = 33.13%

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

#A8306B (or 0xA8306B) is known color: Rouge. HEX triplet: A8, 30 and 6B. RGB value is (168,48,107). Sum of RGB (Red+Green+Blue) = 168+48+107=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A8306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8306B is #57CF94. Grayscale: #5A5A5A. Windows color (decimal): -5754773 or 7024808. OLE color: 7024808.

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

Color convert

RGB 168 48 107 -
CMYK 0 0.71 0.36 0.34
HSL 330.5º 0.56% 0.42% -
HSV(B) 330.5º 0.71% 0.66% -
XYZ 19.86 11.5 15.08 -
YUV 90.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 168 48 107 0 0.71 0.36 0.34 330.5 0.56 0.42
Hex A8 30 6B 0 47 24 22 14A 38 2A
Octal 250 60 153 0 107 44 42 512 70 52
Binary 10101000 110000 1101011 0 1000111 100100 100010 101001010 111000 101010

Color Harmonies of #A8306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8306B

Black with #A8306B

Text Example


Text Example

White with #A8306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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