Html Css Color HEX #AF286C Rouge

📋 copy color: '#AF286C'

red 175 ◦ green 40 ◦ blue 108

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

Shades of Rouge #AF286C

Tints of Rouge #AF286C

RGB

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

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

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

R = 54.18%
G = 12.38%
B = 33.44%

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

#AF286C (or 0xAF286C) is known color: Rouge. HEX triplet: AF, 28 and 6C. RGB value is (175,40,108). Sum of RGB (Red+Green+Blue) = 175+40+108=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF286C is #50D793. Grayscale: #575757. Windows color (decimal): -5298068 or 7088303. OLE color: 7088303.

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

Color convert

RGB 175 40 108 -
CMYK 0 0.77 0.38 0.31
HSL 329.78º 0.63% 0.42% -
HSV(B) 329.78º 0.77% 0.69% -
XYZ 21.14 11.71 15.33 -
YUV 88.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 175 40 108 0 0.77 0.38 0.31 329.78 0.63 0.42
Hex AF 28 6C 0 4D 26 1F 14A 3F 2A
Octal 257 50 154 0 115 46 37 512 77 52
Binary 10101111 101000 1101100 0 1001101 100110 11111 101001010 111111 101010

Color Harmonies of #AF286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF286C

Black with #AF286C

Text Example


Text Example

White with #AF286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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