Html Css Color HEX #AF49EB Medium Orchid

📋 copy color: '#AF49EB'

red 175 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #AF49EB

Tints of Medium Orchid #AF49EB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.11%

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 36.23%
G = 15.11%
B = 48.65%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF49EB (or 0xAF49EB) is known color: Medium Orchid. HEX triplet: AF, 49 and EB. RGB value is (175,73,235). Sum of RGB (Red+Green+Blue) = 175+73+235=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49EB is #50B614. Grayscale: #797979. Windows color (decimal): -5289493 or 15419823. OLE color: 15419823.

HSL color Cylindrical-coordinate representation of color #AF49EB: hue angle of 277.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF49EB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 73 235 -
CMYK 0.26 0.69 0 0.08
HSL 277.78º 0.8% 0.6% -
HSV(B) 277.78º 0.69% 0.92% -
XYZ 35.06 19.88 80.59 -
YUV 121.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 175 73 235 0.26 0.69 0 0.08 277.78 0.8 0.6
Hex AF 49 EB 1A 45 0 8 116 50 3C
Octal 257 111 353 32 105 0 10 426 120 74
Binary 10101111 1001001 11101011 11010 1000101 0 1000 100010110 1010000 111100

Color Harmonies of #AF49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49EB

Black with #AF49EB

Text Example


Text Example

White with #AF49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49EB; }

 p { color: rgb(175,73,235); }

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

background-color css

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

 a { background-color: rgb(175,73,235); }

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

border-color css

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

 span { border-color: rgb(175,73,235); }

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