Html Css Color HEX #AF2047 Old Rose

📋 copy color: '#AF2047'

red 175 ◦ green 32 ◦ blue 71

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

Shades of Old Rose #AF2047

Tints of Old Rose #AF2047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.54%

R = 62.95%
G = 11.51%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF2047 (or 0xAF2047) is known color: Old Rose. HEX triplet: AF, 20 and 47. RGB value is (175,32,71). Sum of RGB (Red+Green+Blue) = 175+32+71=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2047 is #50DFB8. Grayscale: #4F4F4F. Windows color (decimal): -5300153 or 4661423. OLE color: 4661423.

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

Color convert

RGB 175 32 71 -
CMYK 0 0.82 0.59 0.31
HSL 343.64º 0.69% 0.41% -
HSV(B) 343.64º 0.82% 0.69% -
XYZ 19.33 10.6 6.99 -
YUV 79.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 175 32 71 0 0.82 0.59 0.31 343.64 0.69 0.41
Hex AF 20 47 0 52 3B 1F 158 45 29
Octal 257 40 107 0 122 73 37 530 105 51
Binary 10101111 100000 1000111 0 1010010 111011 11111 101011000 1000101 101001

Color Harmonies of #AF2047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2047

Black with #AF2047

Text Example


Text Example

White with #AF2047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2047; }

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

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

background-color css

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

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

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

border-color css

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

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

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