Html Css Color HEX #AF2151 Old Rose

📋 copy color: '#AF2151'

red 175 ◦ green 33 ◦ blue 81

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

Shades of Old Rose #AF2151

Tints of Old Rose #AF2151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 81 (32.03% from 255) = 28.03%

R = 60.55%
G = 11.42%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF2151 (or 0xAF2151) is known color: Old Rose. HEX triplet: AF, 21 and 51. RGB value is (175,33,81). Sum of RGB (Red+Green+Blue) = 175+33+81=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2151 is #50DEAE. Grayscale: #505050. Windows color (decimal): -5299887 or 5317039. OLE color: 5317039.

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

Color convert

RGB 175 33 81 -
CMYK 0 0.81 0.54 0.31
HSL 339.72º 0.68% 0.41% -
HSV(B) 339.72º 0.81% 0.69% -
XYZ 19.71 10.8 8.83 -
YUV 80.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 175 33 81 0 0.81 0.54 0.31 339.72 0.68 0.41
Hex AF 21 51 0 51 36 1F 154 44 29
Octal 257 41 121 0 121 66 37 524 104 51
Binary 10101111 100001 1010001 0 1010001 110110 11111 101010100 1000100 101001

Color Harmonies of #AF2151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2151

Black with #AF2151

Text Example


Text Example

White with #AF2151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2151; }

 p { color: rgb(175,33,81); }

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

background-color css

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

 a { background-color: rgb(175,33,81); }

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

border-color css

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

 span { border-color: rgb(175,33,81); }

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