Html Css Color HEX #A7306B Rouge

📋 copy color: '#A7306B'

red 167 ◦ green 48 ◦ blue 107

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

Shades of Rouge #A7306B

Tints of Rouge #A7306B

RGB

 RED value IS 167 (65.63% from 255) = 51.86%

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

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

R = 51.86%
G = 14.91%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7306B (or 0xA7306B) is known color: Rouge. HEX triplet: A7, 30 and 6B. RGB value is (167,48,107). Sum of RGB (Red+Green+Blue) = 167+48+107=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A7306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7306B is #58CF94. Grayscale: #5A5A5A. Windows color (decimal): -5820309 or 7024807. OLE color: 7024807.

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

Color convert

RGB 167 48 107 -
CMYK 0 0.71 0.36 0.35
HSL 330.25º 0.55% 0.42% -
HSV(B) 330.25º 0.71% 0.65% -
XYZ 19.65 11.39 15.07 -
YUV 90.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 167 48 107 0 0.71 0.36 0.35 330.25 0.55 0.42
Hex A7 30 6B 0 47 24 23 14A 37 2A
Octal 247 60 153 0 107 44 43 512 67 52
Binary 10100111 110000 1101011 0 1000111 100100 100011 101001010 110111 101010

Color Harmonies of #A7306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7306B

Black with #A7306B

Text Example


Text Example

White with #A7306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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