Html Css Color HEX #A34369 Rouge

📋 copy color: '#A34369'

red 163 ◦ green 67 ◦ blue 105

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

Shades of Rouge #A34369

Tints of Rouge #A34369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 105 (41.41% from 255) = 31.34%

R = 48.66%
G = 20%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A34369 (or 0xA34369) is known color: Rouge. HEX triplet: A3, 43 and 69. RGB value is (163,67,105). Sum of RGB (Red+Green+Blue) = 163+67+105=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A34369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34369 is #5CBC96. Grayscale: #636363. Windows color (decimal): -6077591 or 6898595. OLE color: 6898595.

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

Color convert

RGB 163 67 105 -
CMYK 0 0.59 0.36 0.36
HSL 336.25º 0.42% 0.45% -
HSV(B) 336.25º 0.59% 0.64% -
XYZ 19.66 12.82 14.8 -
YUV 100.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 163 67 105 0 0.59 0.36 0.36 336.25 0.42 0.45
Hex A3 43 69 0 3B 24 24 150 2A 2D
Octal 243 103 151 0 73 44 44 520 52 55
Binary 10100011 1000011 1101001 0 111011 100100 100100 101010000 101010 101101

Color Harmonies of #A34369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34369

Black with #A34369

Text Example


Text Example

White with #A34369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34369; }

 p { color: rgb(163,67,105); }

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

background-color css

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

 a { background-color: rgb(163,67,105); }

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

border-color css

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

 span { border-color: rgb(163,67,105); }

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