Html Css Color HEX #A83F6B Rouge

📋 copy color: '#A83F6B'

red 168 ◦ green 63 ◦ blue 107

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

Shades of Rouge #A83F6B

Tints of Rouge #A83F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

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

R = 49.7%
G = 18.64%
B = 31.66%

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

#A83F6B (or 0xA83F6B) is known color: Rouge. HEX triplet: A8, 3F and 6B. RGB value is (168,63,107). Sum of RGB (Red+Green+Blue) = 168+63+107=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F6B is #57C094. Grayscale: #636363. Windows color (decimal): -5750933 or 7028648. OLE color: 7028648.

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

Color convert

RGB 168 63 107 -
CMYK 0 0.63 0.36 0.34
HSL 334.86º 0.45% 0.45% -
HSV(B) 334.86º 0.63% 0.66% -
XYZ 20.58 12.94 15.32 -
YUV 99.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 168 63 107 0 0.63 0.36 0.34 334.86 0.45 0.45
Hex A8 3F 6B 0 3F 24 22 14F 2D 2D
Octal 250 77 153 0 77 44 42 517 55 55
Binary 10101000 111111 1101011 0 111111 100100 100010 101001111 101101 101101

Color Harmonies of #A83F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F6B

Black with #A83F6B

Text Example


Text Example

White with #A83F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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