Html Css Color HEX #AF2669 Rouge

📋 copy color: '#AF2669'

red 175 ◦ green 38 ◦ blue 105

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

Shades of Rouge #AF2669

Tints of Rouge #AF2669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.02%

R = 55.03%
G = 11.95%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF2669 (or 0xAF2669) is known color: Rouge. HEX triplet: AF, 26 and 69. RGB value is (175,38,105). Sum of RGB (Red+Green+Blue) = 175+38+105=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2669 is #50D996. Grayscale: #565656. Windows color (decimal): -5298583 or 6891183. OLE color: 6891183.

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

Color convert

RGB 175 38 105 -
CMYK 0 0.78 0.40 0.31
HSL 330.66º 0.64% 0.42% -
HSV(B) 330.66º 0.78% 0.69% -
XYZ 20.92 11.52 14.49 -
YUV 86.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 175 38 105 0 0.78 0.40 0.31 330.66 0.64 0.42
Hex AF 26 69 0 4E 28 1F 14B 40 2A
Octal 257 46 151 0 116 50 37 513 100 52
Binary 10101111 100110 1101001 0 1001110 101000 11111 101001011 1000000 101010

Color Harmonies of #AF2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2669

Black with #AF2669

Text Example


Text Example

White with #AF2669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2669; }

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

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

background-color css

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

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

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

border-color css

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

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

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