Html Css Color HEX #A82768 Rouge

📋 copy color: '#A82768'

red 168 ◦ green 39 ◦ blue 104

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

Shades of Rouge #A82768

Tints of Rouge #A82768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 54.02%
G = 12.54%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A82768 (or 0xA82768) is known color: Rouge. HEX triplet: A8, 27 and 68. RGB value is (168,39,104). Sum of RGB (Red+Green+Blue) = 168+39+104=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A82768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82768 is #57D897. Grayscale: #545454. Windows color (decimal): -5757080 or 6825896. OLE color: 6825896.

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

Color convert

RGB 168 39 104 -
CMYK 0 0.77 0.38 0.34
HSL 329.77º 0.62% 0.41% -
HSV(B) 329.77º 0.77% 0.66% -
XYZ 19.37 10.78 14.16 -
YUV 84.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 168 39 104 0 0.77 0.38 0.34 329.77 0.62 0.41
Hex A8 27 68 0 4D 26 22 14A 3E 29
Octal 250 47 150 0 115 46 42 512 76 51
Binary 10101000 100111 1101000 0 1001101 100110 100010 101001010 111110 101001

Color Harmonies of #A82768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82768

Black with #A82768

Text Example


Text Example

White with #A82768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82768; }

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

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

background-color css

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

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

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

border-color css

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

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

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