Html Css Color HEX #AF2270 Medium Red Violet

📋 copy color: '#AF2270'

red 175 ◦ green 34 ◦ blue 112

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

Shades of Medium Red Violet #AF2270

Tints of Medium Red Violet #AF2270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 54.52%
G = 10.59%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF2270 (or 0xAF2270) is known color: Medium Red Violet. HEX triplet: AF, 22 and 70. RGB value is (175,34,112). Sum of RGB (Red+Green+Blue) = 175+34+112=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2270 is #50DD8F. Grayscale: #545454. Windows color (decimal): -5299600 or 7348911. OLE color: 7348911.

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

Color convert

RGB 175 34 112 -
CMYK 0 0.81 0.36 0.31
HSL 326.81º 0.67% 0.41% -
HSV(B) 326.81º 0.81% 0.69% -
XYZ 21.18 11.43 16.42 -
YUV 85.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 175 34 112 0 0.81 0.36 0.31 326.81 0.67 0.41
Hex AF 22 70 0 51 24 1F 147 43 29
Octal 257 42 160 0 121 44 37 507 103 51
Binary 10101111 100010 1110000 0 1010001 100100 11111 101000111 1000011 101001

Color Harmonies of #AF2270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2270

Black with #AF2270

Text Example


Text Example

White with #AF2270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2270; }

 p { color: rgb(175,34,112); }

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

background-color css

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

 a { background-color: rgb(175,34,112); }

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

border-color css

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

 span { border-color: rgb(175,34,112); }

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