Html Css Color HEX #AF2661 Rouge

📋 copy color: '#AF2661'

red 175 ◦ green 38 ◦ blue 97

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

Shades of Rouge #AF2661

Tints of Rouge #AF2661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 56.45%
G = 12.26%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF2661 (or 0xAF2661) is known color: Rouge. HEX triplet: AF, 26 and 61. RGB value is (175,38,97). Sum of RGB (Red+Green+Blue) = 175+38+97=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2661 is #50D99E. Grayscale: #555555. Windows color (decimal): -5298591 or 6366895. OLE color: 6366895.

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

Color convert

RGB 175 38 97 -
CMYK 0 0.78 0.45 0.31
HSL 334.16º 0.64% 0.42% -
HSV(B) 334.16º 0.78% 0.69% -
XYZ 20.53 11.36 12.42 -
YUV 85.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 175 38 97 0 0.78 0.45 0.31 334.16 0.64 0.42
Hex AF 26 61 0 4E 2D 1F 14E 40 2A
Octal 257 46 141 0 116 55 37 516 100 52
Binary 10101111 100110 1100001 0 1001110 101101 11111 101001110 1000000 101010

Color Harmonies of #AF2661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2661

Black with #AF2661

Text Example


Text Example

White with #AF2661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2661; }

 p { color: rgb(175,38,97); }

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

background-color css

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

 a { background-color: rgb(175,38,97); }

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

border-color css

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

 span { border-color: rgb(175,38,97); }

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