Html Css Color HEX #AF2F5A Rouge

📋 copy color: '#AF2F5A'

red 175 ◦ green 47 ◦ blue 90

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

Shades of Rouge #AF2F5A

Tints of Rouge #AF2F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 56.09%
G = 15.06%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF2F5A (or 0xAF2F5A) is known color: Rouge. HEX triplet: AF, 2F and 5A. RGB value is (175,47,90). Sum of RGB (Red+Green+Blue) = 175+47+90=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F5A is #50D0A5. Grayscale: #5A5A5A. Windows color (decimal): -5296294 or 5910447. OLE color: 5910447.

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

Color convert

RGB 175 47 90 -
CMYK 0 0.73 0.49 0.31
HSL 339.84º 0.58% 0.44% -
HSV(B) 339.84º 0.73% 0.69% -
XYZ 20.54 11.89 10.88 -
YUV 90.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 175 47 90 0 0.73 0.49 0.31 339.84 0.58 0.44
Hex AF 2F 5A 0 49 31 1F 154 3A 2C
Octal 257 57 132 0 111 61 37 524 72 54
Binary 10101111 101111 1011010 0 1001001 110001 11111 101010100 111010 101100

Color Harmonies of #AF2F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F5A

Black with #AF2F5A

Text Example


Text Example

White with #AF2F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F5A; }

 p { color: rgb(175,47,90); }

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

background-color css

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

 a { background-color: rgb(175,47,90); }

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

border-color css

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

 span { border-color: rgb(175,47,90); }

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