Html Css Color HEX #AF2F53 Old Rose

📋 copy color: '#AF2F53'

red 175 ◦ green 47 ◦ blue 83

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

Shades of Old Rose #AF2F53

Tints of Old Rose #AF2F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.21%

R = 57.38%
G = 15.41%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF2F53 (or 0xAF2F53) is known color: Old Rose. HEX triplet: AF, 2F and 53. RGB value is (175,47,83). Sum of RGB (Red+Green+Blue) = 175+47+83=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F53 is #50D0AC. Grayscale: #595959. Windows color (decimal): -5296301 or 5451695. OLE color: 5451695.

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

Color convert

RGB 175 47 83 -
CMYK 0 0.73 0.53 0.31
HSL 343.13º 0.58% 0.44% -
HSV(B) 343.13º 0.73% 0.69% -
XYZ 20.26 11.77 9.39 -
YUV 89.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 175 47 83 0 0.73 0.53 0.31 343.13 0.58 0.44
Hex AF 2F 53 0 49 35 1F 157 3A 2C
Octal 257 57 123 0 111 65 37 527 72 54
Binary 10101111 101111 1010011 0 1001001 110101 11111 101010111 111010 101100

Color Harmonies of #AF2F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F53

Black with #AF2F53

Text Example


Text Example

White with #AF2F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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