Html Css Color HEX #A3306A Rouge

📋 copy color: '#A3306A'

red 163 ◦ green 48 ◦ blue 106

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

Shades of Rouge #A3306A

Tints of Rouge #A3306A

RGB

 RED value IS 163 (64.06% from 255) = 51.42%

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

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 51.42%
G = 15.14%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3306A (or 0xA3306A) is known color: Rouge. HEX triplet: A3, 30 and 6A. RGB value is (163,48,106). Sum of RGB (Red+Green+Blue) = 163+48+106=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A3306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3306A is #5CCF95. Grayscale: #585858. Windows color (decimal): -6082454 or 6959267. OLE color: 6959267.

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

Color convert

RGB 163 48 106 -
CMYK 0 0.71 0.35 0.36
HSL 329.74º 0.55% 0.41% -
HSV(B) 329.74º 0.71% 0.64% -
XYZ 18.76 10.94 14.76 -
YUV 89 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 163 48 106 0 0.71 0.35 0.36 329.74 0.55 0.41
Hex A3 30 6A 0 47 23 24 14A 37 29
Octal 243 60 152 0 107 43 44 512 67 51
Binary 10100011 110000 1101010 0 1000111 100011 100100 101001010 110111 101001

Color Harmonies of #A3306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3306A

Black with #A3306A

Text Example


Text Example

White with #A3306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3306A; }

 p { color: rgb(163,48,106); }

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

background-color css

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

 a { background-color: rgb(163,48,106); }

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

border-color css

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

 span { border-color: rgb(163,48,106); }

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