Html Css Color HEX #AF286D Rouge

📋 copy color: '#AF286D'

red 175 ◦ green 40 ◦ blue 109

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

Shades of Rouge #AF286D

Tints of Rouge #AF286D

RGB

 RED value IS 175 (68.75% from 255) = 54.01%

 GREEN value IS 40 (16.02% from 255) = 12.35%

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 54.01%
G = 12.35%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF286D (or 0xAF286D) is known color: Rouge. HEX triplet: AF, 28 and 6D. RGB value is (175,40,109). Sum of RGB (Red+Green+Blue) = 175+40+109=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF286D is #50D792. Grayscale: #585858. Windows color (decimal): -5298067 or 7153839. OLE color: 7153839.

HSL color Cylindrical-coordinate representation of color #AF286D: hue angle of 329.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF286D is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 109 -
CMYK 0 0.77 0.38 0.31
HSL 329.33º 0.63% 0.42% -
HSV(B) 329.33º 0.77% 0.69% -
XYZ 21.2 11.74 15.62 -
YUV 88.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 175 40 109 0 0.77 0.38 0.31 329.33 0.63 0.42
Hex AF 28 6D 0 4D 26 1F 149 3F 2A
Octal 257 50 155 0 115 46 37 511 77 52
Binary 10101111 101000 1101101 0 1001101 100110 11111 101001001 111111 101010

Color Harmonies of #AF286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF286D

Black with #AF286D

Text Example


Text Example

White with #AF286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF286D; }

 p { color: rgb(175,40,109); }

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

background-color css

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

 a { background-color: rgb(175,40,109); }

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

border-color css

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

 span { border-color: rgb(175,40,109); }

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