Html Css Color HEX #A650EC Medium Orchid

📋 copy color: '#A650EC'

red 166 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #A650EC

Tints of Medium Orchid #A650EC

RGB

 RED value IS 166 (65.23% from 255) = 34.44%

 GREEN value IS 80 (31.64% from 255) = 16.6%

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

R = 34.44%
G = 16.6%
B = 48.96%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A650EC (or 0xA650EC) is known color: Medium Orchid. HEX triplet: A6, 50 and EC. RGB value is (166,80,236). Sum of RGB (Red+Green+Blue) = 166+80+236=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A650EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650EC is #59AF13. Grayscale: #7A7A7A. Windows color (decimal): -5877524 or 15487142. OLE color: 15487142.

HSL color Cylindrical-coordinate representation of color #A650EC: hue angle of 273.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A650EC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 80 236 -
CMYK 0.30 0.66 0 0.07
HSL 273.08º 0.8% 0.62% -
HSV(B) 273.08º 0.66% 0.93% -
XYZ 33.73 19.9 81.42 -
YUV 123.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 166 80 236 0.30 0.66 0 0.07 273.08 0.8 0.62
Hex A6 50 EC 1E 42 0 7 111 50 3E
Octal 246 120 354 36 102 0 7 421 120 76
Binary 10100110 1010000 11101100 11110 1000010 0 111 100010001 1010000 111110

Color Harmonies of #A650EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650EC

Black with #A650EC

Text Example


Text Example

White with #A650EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650EC; }

 p { color: rgb(166,80,236); }

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

background-color css

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

 a { background-color: rgb(166,80,236); }

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

border-color css

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

 span { border-color: rgb(166,80,236); }

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