Html Css Color HEX #A42F6C Rouge

📋 copy color: '#A42F6C'

red 164 ◦ green 47 ◦ blue 108

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

Shades of Rouge #A42F6C

Tints of Rouge #A42F6C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 51.41%
G = 14.73%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A42F6C (or 0xA42F6C) is known color: Rouge. HEX triplet: A4, 2F and 6C. RGB value is (164,47,108). Sum of RGB (Red+Green+Blue) = 164+47+108=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42F6C is #5BD093. Grayscale: #585858. Windows color (decimal): -6017172 or 7090084. OLE color: 7090084.

HSL color Cylindrical-coordinate representation of color #A42F6C: hue angle of 328.72º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A42F6C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 47 108 -
CMYK 0 0.71 0.34 0.36
HSL 328.72º 0.55% 0.41% -
HSV(B) 328.72º 0.71% 0.64% -
XYZ 19.03 11.01 15.31 -
YUV 88.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 164 47 108 0 0.71 0.34 0.36 328.72 0.55 0.41
Hex A4 2F 6C 0 47 22 24 149 37 29
Octal 244 57 154 0 107 42 44 511 67 51
Binary 10100100 101111 1101100 0 1000111 100010 100100 101001001 110111 101001

Color Harmonies of #A42F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42F6C

Black with #A42F6C

Text Example


Text Example

White with #A42F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42F6C; }

 p { color: rgb(164,47,108); }

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

background-color css

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

 a { background-color: rgb(164,47,108); }

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

border-color css

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

 span { border-color: rgb(164,47,108); }

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