Html Css Color HEX #A34063 Rouge

📋 copy color: '#A34063'

red 163 ◦ green 64 ◦ blue 99

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

Shades of Rouge #A34063

Tints of Rouge #A34063

RGB

 RED value IS 163 (64.06% from 255) = 50%

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 50%
G = 19.63%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A34063 (or 0xA34063) is known color: Rouge. HEX triplet: A3, 40 and 63. RGB value is (163,64,99). Sum of RGB (Red+Green+Blue) = 163+64+99=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A34063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34063 is #5CBF9C. Grayscale: #616161. Windows color (decimal): -6078365 or 6504611. OLE color: 6504611.

HSL color Cylindrical-coordinate representation of color #A34063: hue angle of 338.79º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34063 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 64 99 -
CMYK 0 0.61 0.39 0.36
HSL 338.79º 0.44% 0.45% -
HSV(B) 338.79º 0.61% 0.64% -
XYZ 19.19 12.35 13.18 -
YUV 97.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 163 64 99 0 0.61 0.39 0.36 338.79 0.44 0.45
Hex A3 40 63 0 3D 27 24 153 2C 2D
Octal 243 100 143 0 75 47 44 523 54 55
Binary 10100011 1000000 1100011 0 111101 100111 100100 101010011 101100 101101

Color Harmonies of #A34063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34063

Black with #A34063

Text Example


Text Example

White with #A34063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34063; }

 p { color: rgb(163,64,99); }

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

background-color css

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

 a { background-color: rgb(163,64,99); }

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

border-color css

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

 span { border-color: rgb(163,64,99); }

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