Html Css Color HEX #A83462 Rouge

📋 copy color: '#A83462'

red 168 ◦ green 52 ◦ blue 98

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

Shades of Rouge #A83462

Tints of Rouge #A83462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 52.83%
G = 16.35%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A83462 (or 0xA83462) is known color: Rouge. HEX triplet: A8, 34 and 62. RGB value is (168,52,98). Sum of RGB (Red+Green+Blue) = 168+52+98=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A83462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83462 is #57CB9D. Grayscale: #5B5B5B. Windows color (decimal): -5753758 or 6436008. OLE color: 6436008.

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

Color convert

RGB 168 52 98 -
CMYK 0 0.69 0.42 0.34
HSL 336.21º 0.53% 0.43% -
HSV(B) 336.21º 0.69% 0.66% -
XYZ 19.58 11.66 12.77 -
YUV 91.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 168 52 98 0 0.69 0.42 0.34 336.21 0.53 0.43
Hex A8 34 62 0 45 2A 22 150 35 2B
Octal 250 64 142 0 105 52 42 520 65 53
Binary 10101000 110100 1100010 0 1000101 101010 100010 101010000 110101 101011

Color Harmonies of #A83462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83462

Black with #A83462

Text Example


Text Example

White with #A83462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83462; }

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

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

background-color css

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

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

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

border-color css

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

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

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