Html Css Color HEX #AF2050 Old Rose

📋 copy color: '#AF2050'

red 175 ◦ green 32 ◦ blue 80

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

Shades of Old Rose #AF2050

Tints of Old Rose #AF2050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 60.98%
G = 11.15%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF2050 (or 0xAF2050) is known color: Old Rose. HEX triplet: AF, 20 and 50. RGB value is (175,32,80). Sum of RGB (Red+Green+Blue) = 175+32+80=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2050 is #50DFAF. Grayscale: #505050. Windows color (decimal): -5300144 or 5251247. OLE color: 5251247.

HSL color Cylindrical-coordinate representation of color #AF2050: hue angle of 339.86º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2050 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 80 -
CMYK 0 0.82 0.54 0.31
HSL 339.86º 0.69% 0.41% -
HSV(B) 339.86º 0.82% 0.69% -
XYZ 19.64 10.73 8.62 -
YUV 80.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 175 32 80 0 0.82 0.54 0.31 339.86 0.69 0.41
Hex AF 20 50 0 52 36 1F 154 45 29
Octal 257 40 120 0 122 66 37 524 105 51
Binary 10101111 100000 1010000 0 1010010 110110 11111 101010100 1000101 101001

Color Harmonies of #AF2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2050

Black with #AF2050

Text Example


Text Example

White with #AF2050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2050; }

 p { color: rgb(175,32,80); }

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

background-color css

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

 a { background-color: rgb(175,32,80); }

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

border-color css

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

 span { border-color: rgb(175,32,80); }

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