Html Css Color HEX #A83368 Rouge

📋 copy color: '#A83368'

red 168 ◦ green 51 ◦ blue 104

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

Shades of Rouge #A83368

Tints of Rouge #A83368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 52.01%
G = 15.79%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A83368 (or 0xA83368) is known color: Rouge. HEX triplet: A8, 33 and 68. RGB value is (168,51,104). Sum of RGB (Red+Green+Blue) = 168+51+104=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A83368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83368 is #57CC97. Grayscale: #5B5B5B. Windows color (decimal): -5754008 or 6828968. OLE color: 6828968.

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

Color convert

RGB 168 51 104 -
CMYK 0 0.70 0.38 0.34
HSL 332.82º 0.53% 0.43% -
HSV(B) 332.82º 0.7% 0.66% -
XYZ 19.83 11.69 14.31 -
YUV 92.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 168 51 104 0 0.70 0.38 0.34 332.82 0.53 0.43
Hex A8 33 68 0 46 26 22 14D 35 2B
Octal 250 63 150 0 106 46 42 515 65 53
Binary 10101000 110011 1101000 0 1000110 100110 100010 101001101 110101 101011

Color Harmonies of #A83368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83368

Black with #A83368

Text Example


Text Example

White with #A83368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83368; }

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

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

background-color css

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

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

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

border-color css

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

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

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