Html Css Color HEX #AF2866 Rouge

📋 copy color: '#AF2866'

red 175 ◦ green 40 ◦ blue 102

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

Shades of Rouge #AF2866

Tints of Rouge #AF2866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 55.21%
G = 12.62%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF2866 (or 0xAF2866) is known color: Rouge. HEX triplet: AF, 28 and 66. RGB value is (175,40,102). Sum of RGB (Red+Green+Blue) = 175+40+102=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2866 is #50D799. Grayscale: #575757. Windows color (decimal): -5298074 or 6695087. OLE color: 6695087.

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

Color convert

RGB 175 40 102 -
CMYK 0 0.77 0.42 0.31
HSL 332.44º 0.63% 0.42% -
HSV(B) 332.44º 0.77% 0.69% -
XYZ 20.84 11.59 13.71 -
YUV 87.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 175 40 102 0 0.77 0.42 0.31 332.44 0.63 0.42
Hex AF 28 66 0 4D 2A 1F 14C 3F 2A
Octal 257 50 146 0 115 52 37 514 77 52
Binary 10101111 101000 1100110 0 1001101 101010 11111 101001100 111111 101010

Color Harmonies of #AF2866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2866

Black with #AF2866

Text Example


Text Example

White with #AF2866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2866; }

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

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

background-color css

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

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

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

border-color css

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

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

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