Html Css Color HEX #A83A6A Rouge

📋 copy color: '#A83A6A'

red 168 ◦ green 58 ◦ blue 106

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

Shades of Rouge #A83A6A

Tints of Rouge #A83A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 50.6%
G = 17.47%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A83A6A (or 0xA83A6A) is known color: Rouge. HEX triplet: A8, 3A and 6A. RGB value is (168,58,106). Sum of RGB (Red+Green+Blue) = 168+58+106=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A6A is #57C595. Grayscale: #606060. Windows color (decimal): -5752214 or 6961832. OLE color: 6961832.

HSL color Cylindrical-coordinate representation of color #A83A6A: hue angle of 333.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A6A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 58 106 -
CMYK 0 0.65 0.37 0.34
HSL 333.82º 0.49% 0.44% -
HSV(B) 333.82º 0.65% 0.66% -
XYZ 20.26 12.39 14.96 -
YUV 96.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 168 58 106 0 0.65 0.37 0.34 333.82 0.49 0.44
Hex A8 3A 6A 0 41 25 22 14E 31 2C
Octal 250 72 152 0 101 45 42 516 61 54
Binary 10101000 111010 1101010 0 1000001 100101 100010 101001110 110001 101100

Color Harmonies of #A83A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83A6A

Black with #A83A6A

Text Example


Text Example

White with #A83A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83A6A; }

 p { color: rgb(168,58,106); }

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

background-color css

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

 a { background-color: rgb(168,58,106); }

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

border-color css

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

 span { border-color: rgb(168,58,106); }

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