Html Css Color HEX #A43B6B Rouge

📋 copy color: '#A43B6B'

red 164 ◦ green 59 ◦ blue 107

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

Shades of Rouge #A43B6B

Tints of Rouge #A43B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 49.7%
G = 17.88%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A43B6B (or 0xA43B6B) is known color: Rouge. HEX triplet: A4, 3B and 6B. RGB value is (164,59,107). Sum of RGB (Red+Green+Blue) = 164+59+107=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43B6B is #5BC494. Grayscale: #5F5F5F. Windows color (decimal): -6014101 or 7027620. OLE color: 7027620.

HSL color Cylindrical-coordinate representation of color #A43B6B: hue angle of 332.57º 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 #A43B6B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 59 107 -
CMYK 0 0.64 0.35 0.36
HSL 332.57º 0.47% 0.44% -
HSV(B) 332.57º 0.64% 0.64% -
XYZ 19.53 12.08 15.21 -
YUV 95.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 164 59 107 0 0.64 0.35 0.36 332.57 0.47 0.44
Hex A4 3B 6B 0 40 23 24 14D 2F 2C
Octal 244 73 153 0 100 43 44 515 57 54
Binary 10100100 111011 1101011 0 1000000 100011 100100 101001101 101111 101100

Color Harmonies of #A43B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B6B

Black with #A43B6B

Text Example


Text Example

White with #A43B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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