Html Css Color HEX #A83468 Rouge

📋 copy color: '#A83468'

red 168 ◦ green 52 ◦ blue 104

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

Shades of Rouge #A83468

Tints of Rouge #A83468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 51.85%
G = 16.05%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A83468 (or 0xA83468) is known color: Rouge. HEX triplet: A8, 34 and 68. RGB value is (168,52,104). Sum of RGB (Red+Green+Blue) = 168+52+104=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A83468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83468 is #57CB97. Grayscale: #5C5C5C. Windows color (decimal): -5753752 or 6829224. OLE color: 6829224.

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

Color convert

RGB 168 52 104 -
CMYK 0 0.69 0.38 0.34
HSL 333.1º 0.53% 0.43% -
HSV(B) 333.1º 0.69% 0.66% -
XYZ 19.88 11.78 14.32 -
YUV 92.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 168 52 104 0 0.69 0.38 0.34 333.1 0.53 0.43
Hex A8 34 68 0 45 26 22 14D 35 2B
Octal 250 64 150 0 105 46 42 515 65 53
Binary 10101000 110100 1101000 0 1000101 100110 100010 101001101 110101 101011

Color Harmonies of #A83468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83468

Black with #A83468

Text Example


Text Example

White with #A83468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83468; }

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

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

background-color css

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

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

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

border-color css

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

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

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