Html Css Color HEX #AF204E Old Rose

📋 copy color: '#AF204E'

red 175 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #AF204E

Tints of Old Rose #AF204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 61.4%
G = 11.23%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF204E (or 0xAF204E) is known color: Old Rose. HEX triplet: AF, 20 and 4E. RGB value is (175,32,78). Sum of RGB (Red+Green+Blue) = 175+32+78=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF204E is #50DFB1. Grayscale: #4F4F4F. Windows color (decimal): -5300146 or 5120175. OLE color: 5120175.

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

Color convert

RGB 175 32 78 -
CMYK 0 0.82 0.55 0.31
HSL 340.7º 0.69% 0.41% -
HSV(B) 340.7º 0.82% 0.69% -
XYZ 19.57 10.7 8.24 -
YUV 80 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 175 32 78 0 0.82 0.55 0.31 340.7 0.69 0.41
Hex AF 20 4E 0 52 37 1F 155 45 29
Octal 257 40 116 0 122 67 37 525 105 51
Binary 10101111 100000 1001110 0 1010010 110111 11111 101010101 1000101 101001

Color Harmonies of #AF204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF204E

Black with #AF204E

Text Example


Text Example

White with #AF204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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