Html Css Color HEX #A83A6C Rouge

📋 copy color: '#A83A6C'

red 168 ◦ green 58 ◦ blue 108

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

Shades of Rouge #A83A6C

Tints of Rouge #A83A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.37%

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 50.3%
G = 17.37%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A83A6C (or 0xA83A6C) is known color: Rouge. HEX triplet: A8, 3A and 6C. RGB value is (168,58,108). Sum of RGB (Red+Green+Blue) = 168+58+108=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A6C is #57C593. Grayscale: #606060. Windows color (decimal): -5752212 or 7092904. OLE color: 7092904.

HSL color Cylindrical-coordinate representation of color #A83A6C: hue angle of 332.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A6C is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 58 108 -
CMYK 0 0.65 0.36 0.34
HSL 332.73º 0.49% 0.44% -
HSV(B) 332.73º 0.65% 0.66% -
XYZ 20.37 12.43 15.51 -
YUV 96.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 168 58 108 0 0.65 0.36 0.34 332.73 0.49 0.44
Hex A8 3A 6C 0 41 24 22 14D 31 2C
Octal 250 72 154 0 101 44 42 515 61 54
Binary 10101000 111010 1101100 0 1000001 100100 100010 101001101 110001 101100

Color Harmonies of #A83A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83A6C

Black with #A83A6C

Text Example


Text Example

White with #A83A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83A6C; }

 p { color: rgb(168,58,108); }

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

background-color css

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

 a { background-color: rgb(168,58,108); }

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

border-color css

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

 span { border-color: rgb(168,58,108); }

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