Html Css Color HEX #AF2668 Rouge

📋 copy color: '#AF2668'

red 175 ◦ green 38 ◦ blue 104

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

Shades of Rouge #AF2668

Tints of Rouge #AF2668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 55.21%
G = 11.99%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF2668 (or 0xAF2668) is known color: Rouge. HEX triplet: AF, 26 and 68. RGB value is (175,38,104). Sum of RGB (Red+Green+Blue) = 175+38+104=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2668 is #50D997. Grayscale: #565656. Windows color (decimal): -5298584 or 6825647. OLE color: 6825647.

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

Color convert

RGB 175 38 104 -
CMYK 0 0.78 0.41 0.31
HSL 331.09º 0.64% 0.42% -
HSV(B) 331.09º 0.78% 0.69% -
XYZ 20.87 11.5 14.22 -
YUV 86.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 175 38 104 0 0.78 0.41 0.31 331.09 0.64 0.42
Hex AF 26 68 0 4E 29 1F 14B 40 2A
Octal 257 46 150 0 116 51 37 513 100 52
Binary 10101111 100110 1101000 0 1001110 101001 11111 101001011 1000000 101010

Color Harmonies of #AF2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2668

Black with #AF2668

Text Example


Text Example

White with #AF2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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