Html Css Color HEX #A42D6C Rouge

📋 copy color: '#A42D6C'

red 164 ◦ green 45 ◦ blue 108

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

Shades of Rouge #A42D6C

Tints of Rouge #A42D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

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

R = 51.74%
G = 14.2%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A42D6C (or 0xA42D6C) is known color: Rouge. HEX triplet: A4, 2D and 6C. RGB value is (164,45,108). Sum of RGB (Red+Green+Blue) = 164+45+108=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D6C is #5BD293. Grayscale: #575757. Windows color (decimal): -6017684 or 7089572. OLE color: 7089572.

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

Color convert

RGB 164 45 108 -
CMYK 0 0.73 0.34 0.36
HSL 328.24º 0.57% 0.41% -
HSV(B) 328.24º 0.73% 0.64% -
XYZ 18.96 10.85 15.28 -
YUV 87.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 164 45 108 0 0.73 0.34 0.36 328.24 0.57 0.41
Hex A4 2D 6C 0 49 22 24 148 39 29
Octal 244 55 154 0 111 42 44 510 71 51
Binary 10100100 101101 1101100 0 1001001 100010 100100 101001000 111001 101001

Color Harmonies of #A42D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D6C

Black with #A42D6C

Text Example


Text Example

White with #A42D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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