Html Css Color HEX #AF2E6F Rouge

📋 copy color: '#AF2E6F'

red 175 ◦ green 46 ◦ blue 111

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

Shades of Rouge #AF2E6F

Tints of Rouge #AF2E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 52.71%
G = 13.86%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF2E6F (or 0xAF2E6F) is known color: Rouge. HEX triplet: AF, 2E and 6F. RGB value is (175,46,111). Sum of RGB (Red+Green+Blue) = 175+46+111=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2E6F is #50D190. Grayscale: #5B5B5B. Windows color (decimal): -5296529 or 7286447. OLE color: 7286447.

HSL color Cylindrical-coordinate representation of color #AF2E6F: hue angle of 329.77º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2E6F is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 46 111 -
CMYK 0 0.74 0.37 0.31
HSL 329.77º 0.58% 0.43% -
HSV(B) 329.77º 0.74% 0.69% -
XYZ 21.53 12.22 16.26 -
YUV 91.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 175 46 111 0 0.74 0.37 0.31 329.77 0.58 0.43
Hex AF 2E 6F 0 4A 25 1F 14A 3A 2B
Octal 257 56 157 0 112 45 37 512 72 53
Binary 10101111 101110 1101111 0 1001010 100101 11111 101001010 111010 101011

Color Harmonies of #AF2E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E6F

Black with #AF2E6F

Text Example


Text Example

White with #AF2E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E6F; }

 p { color: rgb(175,46,111); }

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

background-color css

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

 a { background-color: rgb(175,46,111); }

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

border-color css

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

 span { border-color: rgb(175,46,111); }

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