Html Css Color HEX #AF266C Rouge

📋 copy color: '#AF266C'

red 175 ◦ green 38 ◦ blue 108

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

Shades of Rouge #AF266C

Tints of Rouge #AF266C

RGB

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

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

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

R = 54.52%
G = 11.84%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF266C (or 0xAF266C) is known color: Rouge. HEX triplet: AF, 26 and 6C. RGB value is (175,38,108). Sum of RGB (Red+Green+Blue) = 175+38+108=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF266C is #50D993. Grayscale: #565656. Windows color (decimal): -5298580 or 7087791. OLE color: 7087791.

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

Color convert

RGB 175 38 108 -
CMYK 0 0.78 0.38 0.31
HSL 329.34º 0.64% 0.42% -
HSV(B) 329.34º 0.78% 0.69% -
XYZ 21.08 11.58 15.31 -
YUV 86.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 175 38 108 0 0.78 0.38 0.31 329.34 0.64 0.42
Hex AF 26 6C 0 4E 26 1F 149 40 2A
Octal 257 46 154 0 116 46 37 511 100 52
Binary 10101111 100110 1101100 0 1001110 100110 11111 101001001 1000000 101010

Color Harmonies of #AF266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF266C

Black with #AF266C

Text Example


Text Example

White with #AF266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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