Html Css Color HEX #AF2698 Medium Red Violet

📋 copy color: '#AF2698'

red 175 ◦ green 38 ◦ blue 152

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

Shades of Medium Red Violet #AF2698

Tints of Medium Red Violet #AF2698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.64%

R = 47.95%
G = 10.41%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF2698 (or 0xAF2698) is known color: Medium Red Violet. HEX triplet: AF, 26 and 98. RGB value is (175,38,152). Sum of RGB (Red+Green+Blue) = 175+38+152=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2698 is #50D967. Grayscale: #5B5B5B. Windows color (decimal): -5298536 or 9971375. OLE color: 9971375.

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

Color convert

RGB 175 38 152 -
CMYK 0 0.78 0.13 0.31
HSL 310.07º 0.64% 0.42% -
HSV(B) 310.07º 0.78% 0.69% -
XYZ 24.04 12.77 30.9 -
YUV 91.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 175 38 152 0 0.78 0.13 0.31 310.07 0.64 0.42
Hex AF 26 98 0 4E D 1F 136 40 2A
Octal 257 46 230 0 116 15 37 466 100 52
Binary 10101111 100110 10011000 0 1001110 1101 11111 100110110 1000000 101010

Color Harmonies of #AF2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2698

Black with #AF2698

Text Example


Text Example

White with #AF2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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