Html Css Color HEX #AF214E Old Rose

📋 copy color: '#AF214E'

red 175 ◦ green 33 ◦ blue 78

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

Shades of Old Rose #AF214E

Tints of Old Rose #AF214E

RGB

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

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

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

R = 61.19%
G = 11.54%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF214E (or 0xAF214E) is known color: Old Rose. HEX triplet: AF, 21 and 4E. RGB value is (175,33,78). Sum of RGB (Red+Green+Blue) = 175+33+78=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF214E is #50DEB1. Grayscale: #505050. Windows color (decimal): -5299890 or 5120431. OLE color: 5120431.

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

Color convert

RGB 175 33 78 -
CMYK 0 0.81 0.55 0.31
HSL 340.99º 0.68% 0.41% -
HSV(B) 340.99º 0.81% 0.69% -
XYZ 19.6 10.75 8.25 -
YUV 80.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 175 33 78 0 0.81 0.55 0.31 340.99 0.68 0.41
Hex AF 21 4E 0 51 37 1F 155 44 29
Octal 257 41 116 0 121 67 37 525 104 51
Binary 10101111 100001 1001110 0 1010001 110111 11111 101010101 1000100 101001

Color Harmonies of #AF214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF214E

Black with #AF214E

Text Example


Text Example

White with #AF214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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