Html Css Color HEX #A34468 Rouge

📋 copy color: '#A34468'

red 163 ◦ green 68 ◦ blue 104

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

Shades of Rouge #A34468

Tints of Rouge #A34468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 48.66%
G = 20.3%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A34468 (or 0xA34468) is known color: Rouge. HEX triplet: A3, 44 and 68. RGB value is (163,68,104). Sum of RGB (Red+Green+Blue) = 163+68+104=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A34468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34468 is #5CBB97. Grayscale: #646464. Windows color (decimal): -6077336 or 6833315. OLE color: 6833315.

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

Color convert

RGB 163 68 104 -
CMYK 0 0.58 0.36 0.36
HSL 337.26º 0.41% 0.45% -
HSV(B) 337.26º 0.58% 0.64% -
XYZ 19.67 12.92 14.55 -
YUV 100.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 163 68 104 0 0.58 0.36 0.36 337.26 0.41 0.45
Hex A3 44 68 0 3A 24 24 151 29 2D
Octal 243 104 150 0 72 44 44 521 51 55
Binary 10100011 1000100 1101000 0 111010 100100 100100 101010001 101001 101101

Color Harmonies of #A34468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34468

Black with #A34468

Text Example


Text Example

White with #A34468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34468; }

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

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

background-color css

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

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

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

border-color css

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

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

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