Html Css Color HEX #AF46EC Medium Orchid

📋 copy color: '#AF46EC'

red 175 ◦ green 70 ◦ blue 236

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

Shades of Medium Orchid #AF46EC

Tints of Medium Orchid #AF46EC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.55%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 36.38%
G = 14.55%
B = 49.06%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF46EC (or 0xAF46EC) is known color: Medium Orchid. HEX triplet: AF, 46 and EC. RGB value is (175,70,236). Sum of RGB (Red+Green+Blue) = 175+70+236=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF46EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF46EC is #50B913. Grayscale: #777777. Windows color (decimal): -5290260 or 15484591. OLE color: 15484591.

HSL color Cylindrical-coordinate representation of color #AF46EC: hue angle of 277.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF46EC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 70 236 -
CMYK 0.26 0.70 0 0.07
HSL 277.95º 0.81% 0.6% -
HSV(B) 277.95º 0.7% 0.93% -
XYZ 35.01 19.55 81.29 -
YUV 120.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 175 70 236 0.26 0.70 0 0.07 277.95 0.81 0.6
Hex AF 46 EC 1A 46 0 7 116 51 3C
Octal 257 106 354 32 106 0 7 426 121 74
Binary 10101111 1000110 11101100 11010 1000110 0 111 100010110 1010001 111100

Color Harmonies of #AF46EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46EC

Black with #AF46EC

Text Example


Text Example

White with #AF46EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46EC; }

 p { color: rgb(175,70,236); }

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

background-color css

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

 a { background-color: rgb(175,70,236); }

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

border-color css

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

 span { border-color: rgb(175,70,236); }

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