Html Css Color HEX #A43B68 Rouge

📋 copy color: '#A43B68'

red 164 ◦ green 59 ◦ blue 104

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

Shades of Rouge #A43B68

Tints of Rouge #A43B68

RGB

 RED value IS 164 (64.45% from 255) = 50.15%

 GREEN value IS 59 (23.44% from 255) = 18.04%

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

R = 50.15%
G = 18.04%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A43B68 (or 0xA43B68) is known color: Rouge. HEX triplet: A4, 3B and 68. RGB value is (164,59,104). Sum of RGB (Red+Green+Blue) = 164+59+104=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43B68 is #5BC497. Grayscale: #5F5F5F. Windows color (decimal): -6014104 or 6831012. OLE color: 6831012.

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

Color convert

RGB 164 59 104 -
CMYK 0 0.64 0.37 0.36
HSL 334.29º 0.47% 0.44% -
HSV(B) 334.29º 0.64% 0.64% -
XYZ 19.37 12.02 14.4 -
YUV 95.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 164 59 104 0 0.64 0.37 0.36 334.29 0.47 0.44
Hex A4 3B 68 0 40 25 24 14E 2F 2C
Octal 244 73 150 0 100 45 44 516 57 54
Binary 10100100 111011 1101000 0 1000000 100101 100100 101001110 101111 101100

Color Harmonies of #A43B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B68

Black with #A43B68

Text Example


Text Example

White with #A43B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B68; }

 p { color: rgb(164,59,104); }

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

background-color css

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

 a { background-color: rgb(164,59,104); }

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

border-color css

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

 span { border-color: rgb(164,59,104); }

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