Html Css Color HEX #A83F63 Rouge

📋 copy color: '#A83F63'

red 168 ◦ green 63 ◦ blue 99

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

Shades of Rouge #A83F63

Tints of Rouge #A83F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30%

R = 50.91%
G = 19.09%
B = 30%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A83F63 (or 0xA83F63) is known color: Rouge. HEX triplet: A8, 3F and 63. RGB value is (168,63,99). Sum of RGB (Red+Green+Blue) = 168+63+99=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F63 is #57C09C. Grayscale: #626262. Windows color (decimal): -5750941 or 6504360. OLE color: 6504360.

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

Color convert

RGB 168 63 99 -
CMYK 0 0.63 0.41 0.34
HSL 339.43º 0.45% 0.45% -
HSV(B) 339.43º 0.63% 0.66% -
XYZ 20.18 12.78 13.21 -
YUV 98.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 168 63 99 0 0.63 0.41 0.34 339.43 0.45 0.45
Hex A8 3F 63 0 3F 29 22 153 2D 2D
Octal 250 77 143 0 77 51 42 523 55 55
Binary 10101000 111111 1100011 0 111111 101001 100010 101010011 101101 101101

Color Harmonies of #A83F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F63

Black with #A83F63

Text Example


Text Example

White with #A83F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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