Html Css Color HEX #AF268C Medium Red Violet

📋 copy color: '#AF268C'

red 175 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #AF268C

Tints of Medium Red Violet #AF268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 49.58%
G = 10.76%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF268C (or 0xAF268C) is known color: Medium Red Violet. HEX triplet: AF, 26 and 8C. RGB value is (175,38,140). Sum of RGB (Red+Green+Blue) = 175+38+140=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF268C is #50D973. Grayscale: #5A5A5A. Windows color (decimal): -5298548 or 9184943. OLE color: 9184943.

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

Color convert

RGB 175 38 140 -
CMYK 0 0.78 0.2 0.31
HSL 315.33º 0.64% 0.42% -
HSV(B) 315.33º 0.78% 0.69% -
XYZ 23.11 12.39 25.99 -
YUV 90.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 175 38 140 0 0.78 0.2 0.31 315.33 0.64 0.42
Hex AF 26 8C 0 4E 14 1F 13B 40 2A
Octal 257 46 214 0 116 24 37 473 100 52
Binary 10101111 100110 10001100 0 1001110 10100 11111 100111011 1000000 101010

Color Harmonies of #AF268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF268C

Black with #AF268C

Text Example


Text Example

White with #AF268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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