Html Css Color HEX #A43865 Rouge

📋 copy color: '#A43865'

red 164 ◦ green 56 ◦ blue 101

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

Shades of Rouge #A43865

Tints of Rouge #A43865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 51.09%
G = 17.45%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A43865 (or 0xA43865) is known color: Rouge. HEX triplet: A4, 38 and 65. RGB value is (164,56,101). Sum of RGB (Red+Green+Blue) = 164+56+101=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A43865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43865 is #5BC79A. Grayscale: #5D5D5D. Windows color (decimal): -6014875 or 6633636. OLE color: 6633636.

HSL color Cylindrical-coordinate representation of color #A43865: hue angle of 335º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43865 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 101 -
CMYK 0 0.66 0.38 0.36
HSL 335º 0.49% 0.43% -
HSV(B) 335º 0.66% 0.64% -
XYZ 19.07 11.66 13.56 -
YUV 93.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 164 56 101 0 0.66 0.38 0.36 335 0.49 0.43
Hex A4 38 65 0 42 26 24 14F 31 2B
Octal 244 70 145 0 102 46 44 517 61 53
Binary 10100100 111000 1100101 0 1000010 100110 100100 101001111 110001 101011

Color Harmonies of #A43865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43865

Black with #A43865

Text Example


Text Example

White with #A43865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43865; }

 p { color: rgb(164,56,101); }

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

background-color css

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

 a { background-color: rgb(164,56,101); }

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

border-color css

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

 span { border-color: rgb(164,56,101); }

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