Html Css Color HEX #A650ED Medium Orchid

📋 copy color: '#A650ED'

red 166 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #A650ED

Tints of Medium Orchid #A650ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 34.37%
G = 16.56%
B = 49.07%

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

#A650ED (or 0xA650ED) is known color: Medium Orchid. HEX triplet: A6, 50 and ED. RGB value is (166,80,237). Sum of RGB (Red+Green+Blue) = 166+80+237=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A650ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650ED is #59AF12. Grayscale: #7B7B7B. Windows color (decimal): -5877523 or 15552678. OLE color: 15552678.

HSL color Cylindrical-coordinate representation of color #A650ED: hue angle of 272.87º degrees, saturation: 0.81, 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 #A650ED is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 80 237 -
CMYK 0.30 0.66 0 0.07
HSL 272.87º 0.81% 0.62% -
HSV(B) 272.87º 0.66% 0.93% -
XYZ 33.88 19.96 82.19 -
YUV 123.61 191.99 158.23 -
System Red Green Blue C M Y K H S L
Decimal 166 80 237 0.30 0.66 0 0.07 272.87 0.81 0.62
Hex A6 50 ED 1E 42 0 7 111 51 3E
Octal 246 120 355 36 102 0 7 421 121 76
Binary 10100110 1010000 11101101 11110 1000010 0 111 100010001 1010001 111110

Color Harmonies of #A650ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650ED

Black with #A650ED

Text Example


Text Example

White with #A650ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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