Html Css Color HEX #AF49EA Medium Orchid

📋 copy color: '#AF49EA'

red 175 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #AF49EA

Tints of Medium Orchid #AF49EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 36.31%
G = 15.15%
B = 48.55%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF49EA (or 0xAF49EA) is known color: Medium Orchid. HEX triplet: AF, 49 and EA. RGB value is (175,73,234). Sum of RGB (Red+Green+Blue) = 175+73+234=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF49EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49EA is #50B615. Grayscale: #797979. Windows color (decimal): -5289494 or 15354287. OLE color: 15354287.

HSL color Cylindrical-coordinate representation of color #AF49EA: hue angle of 278.01º degrees, saturation: 0.79, 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 #AF49EA is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 73 234 -
CMYK 0.25 0.69 0 0.08
HSL 278.01º 0.79% 0.6% -
HSV(B) 278.01º 0.69% 0.92% -
XYZ 34.91 19.82 79.83 -
YUV 121.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 175 73 234 0.25 0.69 0 0.08 278.01 0.79 0.6
Hex AF 49 EA 19 45 0 8 116 4F 3C
Octal 257 111 352 31 105 0 10 426 117 74
Binary 10101111 1001001 11101010 11001 1000101 0 1000 100010110 1001111 111100

Color Harmonies of #AF49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49EA

Black with #AF49EA

Text Example


Text Example

White with #AF49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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