Html Css Color HEX #A34668 Rouge

📋 copy color: '#A34668'

red 163 ◦ green 70 ◦ blue 104

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

Shades of Rouge #A34668

Tints of Rouge #A34668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

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

R = 48.37%
G = 20.77%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A34668 (or 0xA34668) is known color: Rouge. HEX triplet: A3, 46 and 68. RGB value is (163,70,104). Sum of RGB (Red+Green+Blue) = 163+70+104=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A34668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34668 is #5CB997. Grayscale: #656565. Windows color (decimal): -6076824 or 6833827. OLE color: 6833827.

HSL color Cylindrical-coordinate representation of color #A34668: hue angle of 338.06º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34668 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 104 -
CMYK 0 0.57 0.36 0.36
HSL 338.06º 0.4% 0.46% -
HSV(B) 338.06º 0.57% 0.64% -
XYZ 19.79 13.17 14.59 -
YUV 101.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 163 70 104 0 0.57 0.36 0.36 338.06 0.4 0.46
Hex A3 46 68 0 39 24 24 152 28 2E
Octal 243 106 150 0 71 44 44 522 50 56
Binary 10100011 1000110 1101000 0 111001 100100 100100 101010010 101000 101110

Color Harmonies of #A34668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34668

Black with #A34668

Text Example


Text Example

White with #A34668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34668; }

 p { color: rgb(163,70,104); }

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

background-color css

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

 a { background-color: rgb(163,70,104); }

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

border-color css

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

 span { border-color: rgb(163,70,104); }

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