Html Css Color HEX #AF268E Medium Red Violet

📋 copy color: '#AF268E'

red 175 ◦ green 38 ◦ blue 142

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

Shades of Medium Red Violet #AF268E

Tints of Medium Red Violet #AF268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

 BLUE value IS 142 (55.86% from 255) = 40%

R = 49.3%
G = 10.7%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF268E (or 0xAF268E) is known color: Medium Red Violet. HEX triplet: AF, 26 and 8E. RGB value is (175,38,142). Sum of RGB (Red+Green+Blue) = 175+38+142=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF268E is #50D971. Grayscale: #5A5A5A. Windows color (decimal): -5298546 or 9316015. OLE color: 9316015.

HSL color Cylindrical-coordinate representation of color #AF268E: hue angle of 314.45º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF268E is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 38 142 -
CMYK 0 0.78 0.19 0.31
HSL 314.45º 0.64% 0.42% -
HSV(B) 314.45º 0.78% 0.69% -
XYZ 23.25 12.45 26.77 -
YUV 90.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 175 38 142 0 0.78 0.19 0.31 314.45 0.64 0.42
Hex AF 26 8E 0 4E 13 1F 13A 40 2A
Octal 257 46 216 0 116 23 37 472 100 52
Binary 10101111 100110 10001110 0 1001110 10011 11111 100111010 1000000 101010

Color Harmonies of #AF268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF268E

Black with #AF268E

Text Example


Text Example

White with #AF268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF268E; }

 p { color: rgb(175,38,142); }

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

background-color css

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

 a { background-color: rgb(175,38,142); }

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

border-color css

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

 span { border-color: rgb(175,38,142); }

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