Html Css Color HEX #AF204A Old Rose

📋 copy color: '#AF204A'

red 175 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #AF204A

Tints of Old Rose #AF204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.33%

R = 62.28%
G = 11.39%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF204A (or 0xAF204A) is known color: Old Rose. HEX triplet: AF, 20 and 4A. RGB value is (175,32,74). Sum of RGB (Red+Green+Blue) = 175+32+74=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF204A is #50DFB5. Grayscale: #4F4F4F. Windows color (decimal): -5300150 or 4858031. OLE color: 4858031.

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

Color convert

RGB 175 32 74 -
CMYK 0 0.82 0.58 0.31
HSL 342.38º 0.69% 0.41% -
HSV(B) 342.38º 0.82% 0.69% -
XYZ 19.43 10.64 7.51 -
YUV 79.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 175 32 74 0 0.82 0.58 0.31 342.38 0.69 0.41
Hex AF 20 4A 0 52 3A 1F 156 45 29
Octal 257 40 112 0 122 72 37 526 105 51
Binary 10101111 100000 1001010 0 1010010 111010 11111 101010110 1000101 101001

Color Harmonies of #AF204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF204A

Black with #AF204A

Text Example


Text Example

White with #AF204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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