Html Css Color HEX #A42F65 Rouge

📋 copy color: '#A42F65'

red 164 ◦ green 47 ◦ blue 101

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

Shades of Rouge #A42F65

Tints of Rouge #A42F65

RGB

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

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

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

R = 52.56%
G = 15.06%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A42F65 (or 0xA42F65) is known color: Rouge. HEX triplet: A4, 2F and 65. RGB value is (164,47,101). Sum of RGB (Red+Green+Blue) = 164+47+101=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42F65 is #5BD09A. Grayscale: #585858. Windows color (decimal): -6017179 or 6631332. OLE color: 6631332.

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

Color convert

RGB 164 47 101 -
CMYK 0 0.71 0.38 0.36
HSL 332.31º 0.55% 0.41% -
HSV(B) 332.31º 0.71% 0.64% -
XYZ 18.68 10.87 13.42 -
YUV 88.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 164 47 101 0 0.71 0.38 0.36 332.31 0.55 0.41
Hex A4 2F 65 0 47 26 24 14C 37 29
Octal 244 57 145 0 107 46 44 514 67 51
Binary 10100100 101111 1100101 0 1000111 100110 100100 101001100 110111 101001

Color Harmonies of #A42F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42F65

Black with #A42F65

Text Example


Text Example

White with #A42F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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