Html Css Color HEX #AF2E5B Rouge

📋 copy color: '#AF2E5B'

red 175 ◦ green 46 ◦ blue 91

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

Shades of Rouge #AF2E5B

Tints of Rouge #AF2E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 56.09%
G = 14.74%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF2E5B (or 0xAF2E5B) is known color: Rouge. HEX triplet: AF, 2E and 5B. RGB value is (175,46,91). Sum of RGB (Red+Green+Blue) = 175+46+91=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2E5B is #50D1A4. Grayscale: #595959. Windows color (decimal): -5296549 or 5975727. OLE color: 5975727.

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

Color convert

RGB 175 46 91 -
CMYK 0 0.74 0.48 0.31
HSL 339.07º 0.58% 0.43% -
HSV(B) 339.07º 0.74% 0.69% -
XYZ 20.54 11.82 11.1 -
YUV 89.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 175 46 91 0 0.74 0.48 0.31 339.07 0.58 0.43
Hex AF 2E 5B 0 4A 30 1F 153 3A 2B
Octal 257 56 133 0 112 60 37 523 72 53
Binary 10101111 101110 1011011 0 1001010 110000 11111 101010011 111010 101011

Color Harmonies of #AF2E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E5B

Black with #AF2E5B

Text Example


Text Example

White with #AF2E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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