Html Css Color HEX #A43D68 Rouge

📋 copy color: '#A43D68'

red 164 ◦ green 61 ◦ blue 104

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

Shades of Rouge #A43D68

Tints of Rouge #A43D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

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

R = 49.85%
G = 18.54%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A43D68 (or 0xA43D68) is known color: Rouge. HEX triplet: A4, 3D and 68. RGB value is (164,61,104). Sum of RGB (Red+Green+Blue) = 164+61+104=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D68 is #5BC297. Grayscale: #606060. Windows color (decimal): -6013592 or 6831524. OLE color: 6831524.

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

Color convert

RGB 164 61 104 -
CMYK 0 0.63 0.37 0.36
HSL 334.95º 0.46% 0.44% -
HSV(B) 334.95º 0.63% 0.64% -
XYZ 19.48 12.23 14.43 -
YUV 96.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 164 61 104 0 0.63 0.37 0.36 334.95 0.46 0.44
Hex A4 3D 68 0 3F 25 24 14F 2E 2C
Octal 244 75 150 0 77 45 44 517 56 54
Binary 10100100 111101 1101000 0 111111 100101 100100 101001111 101110 101100

Color Harmonies of #A43D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D68

Black with #A43D68

Text Example


Text Example

White with #A43D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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