Html Css Color HEX #A83E6B Rouge

📋 copy color: '#A83E6B'

red 168 ◦ green 62 ◦ blue 107

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

Shades of Rouge #A83E6B

Tints of Rouge #A83E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 49.85%
G = 18.4%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A83E6B (or 0xA83E6B) is known color: Rouge. HEX triplet: A8, 3E and 6B. RGB value is (168,62,107). Sum of RGB (Red+Green+Blue) = 168+62+107=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83E6B is #57C194. Grayscale: #626262. Windows color (decimal): -5751189 or 7028392. OLE color: 7028392.

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

Color convert

RGB 168 62 107 -
CMYK 0 0.63 0.36 0.34
HSL 334.53º 0.46% 0.45% -
HSV(B) 334.53º 0.63% 0.66% -
XYZ 20.52 12.83 15.3 -
YUV 98.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 168 62 107 0 0.63 0.36 0.34 334.53 0.46 0.45
Hex A8 3E 6B 0 3F 24 22 14F 2E 2D
Octal 250 76 153 0 77 44 42 517 56 55
Binary 10101000 111110 1101011 0 111111 100100 100010 101001111 101110 101101

Color Harmonies of #A83E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83E6B

Black with #A83E6B

Text Example


Text Example

White with #A83E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83E6B; }

 p { color: rgb(168,62,107); }

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

background-color css

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

 a { background-color: rgb(168,62,107); }

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

border-color css

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

 span { border-color: rgb(168,62,107); }

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