Html Css Color HEX #A8335C Rouge

📋 copy color: '#A8335C'

red 168 ◦ green 51 ◦ blue 92

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

Shades of Rouge #A8335C

Tints of Rouge #A8335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 54.02%
G = 16.4%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8335C (or 0xA8335C) is known color: Rouge. HEX triplet: A8, 33 and 5C. RGB value is (168,51,92). Sum of RGB (Red+Green+Blue) = 168+51+92=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8335C is #57CCA3. Grayscale: #5A5A5A. Windows color (decimal): -5754020 or 6042536. OLE color: 6042536.

HSL color Cylindrical-coordinate representation of color #A8335C: hue angle of 338.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8335C is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 92 -
CMYK 0 0.70 0.45 0.34
HSL 338.97º 0.53% 0.43% -
HSV(B) 338.97º 0.7% 0.66% -
XYZ 19.26 11.47 11.32 -
YUV 90.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 168 51 92 0 0.70 0.45 0.34 338.97 0.53 0.43
Hex A8 33 5C 0 46 2D 22 153 35 2B
Octal 250 63 134 0 106 55 42 523 65 53
Binary 10101000 110011 1011100 0 1000110 101101 100010 101010011 110101 101011

Color Harmonies of #A8335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8335C

Black with #A8335C

Text Example


Text Example

White with #A8335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8335C; }

 p { color: rgb(168,51,92); }

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

background-color css

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

 a { background-color: rgb(168,51,92); }

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

border-color css

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

 span { border-color: rgb(168,51,92); }

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