Html Css Color HEX #A83D6E Rouge

📋 copy color: '#A83D6E'

red 168 ◦ green 61 ◦ blue 110

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

Shades of Rouge #A83D6E

Tints of Rouge #A83D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 49.56%
G = 17.99%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A83D6E (or 0xA83D6E) is known color: Rouge. HEX triplet: A8, 3D and 6E. RGB value is (168,61,110). Sum of RGB (Red+Green+Blue) = 168+61+110=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83D6E is #57C291. Grayscale: #626262. Windows color (decimal): -5751442 or 7224744. OLE color: 7224744.

HSL color Cylindrical-coordinate representation of color #A83D6E: hue angle of 332.52º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83D6E is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 61 110 -
CMYK 0 0.64 0.35 0.34
HSL 332.52º 0.47% 0.45% -
HSV(B) 332.52º 0.64% 0.66% -
XYZ 20.63 12.79 16.13 -
YUV 98.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 168 61 110 0 0.64 0.35 0.34 332.52 0.47 0.45
Hex A8 3D 6E 0 40 23 22 14D 2F 2D
Octal 250 75 156 0 100 43 42 515 57 55
Binary 10101000 111101 1101110 0 1000000 100011 100010 101001101 101111 101101

Color Harmonies of #A83D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83D6E

Black with #A83D6E

Text Example


Text Example

White with #A83D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83D6E; }

 p { color: rgb(168,61,110); }

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

background-color css

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

 a { background-color: rgb(168,61,110); }

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

border-color css

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

 span { border-color: rgb(168,61,110); }

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