Html Css Color HEX #A82868 Rouge

📋 copy color: '#A82868'

red 168 ◦ green 40 ◦ blue 104

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

Shades of Rouge #A82868

Tints of Rouge #A82868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 53.85%
G = 12.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A82868 (or 0xA82868) is known color: Rouge. HEX triplet: A8, 28 and 68. RGB value is (168,40,104). Sum of RGB (Red+Green+Blue) = 168+40+104=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A82868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82868 is #57D797. Grayscale: #555555. Windows color (decimal): -5756824 or 6826152. OLE color: 6826152.

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

Color convert

RGB 168 40 104 -
CMYK 0 0.76 0.38 0.34
HSL 330º 0.62% 0.41% -
HSV(B) 330º 0.76% 0.66% -
XYZ 19.41 10.84 14.17 -
YUV 85.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 168 40 104 0 0.76 0.38 0.34 330 0.62 0.41
Hex A8 28 68 0 4C 26 22 14A 3E 29
Octal 250 50 150 0 114 46 42 512 76 51
Binary 10101000 101000 1101000 0 1001100 100110 100010 101001010 111110 101001

Color Harmonies of #A82868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82868

Black with #A82868

Text Example


Text Example

White with #A82868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82868; }

 p { color: rgb(168,40,104); }

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

background-color css

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

 a { background-color: rgb(168,40,104); }

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

border-color css

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

 span { border-color: rgb(168,40,104); }

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